aboutsummaryrefslogtreecommitdiff
path: root/tests/_require_full.rs
blob: a339374fd8673faff2b02a032cde6eca7e9e12b3 (plain)
1
2
#![cfg(not(any(feature = "full", tokio_wasm)))]
compile_error!("run main Tokio tests with `--features full`");