unplugged-vendor/external/rust/crates/tokio/tests/_require_full.rs

3 lines
94 B
Rust
Raw Normal View History

#![cfg(not(feature = "full"))]
compile_error!("run main Tokio tests with `--features full`");