2 lines
111 B
Rust
2 lines
111 B
Rust
#![cfg(not(any(feature = "full", tokio_wasm)))]
|
|
compile_error!("run main Tokio tests with `--features full`");
|