mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-29 07:33:50 +00:00
3 lines
123 B
Rust
3 lines
123 B
Rust
|
#![cfg(not(any(feature = "full", target_arch = "wasm32")))]
|
||
|
compile_error!("run main Tokio tests with `--features full`");
|