summaryrefslogtreecommitdiffstats
path: root/third_party/rust/tokio/tests/_require_full.rs
blob: 3abda2629cf0e94064251ff7f18b5d2527cae4ff (plain)
1
2
#![cfg(not(any(feature = "full", target_arch = "wasm32")))]
compile_error!("run main Tokio tests with `--features full`");