mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
3 lines
94 B
Rust
3 lines
94 B
Rust
#![cfg(not(feature = "full"))]
|
|
compile_error!("run tokio-util tests with `--features full`");
|