Files
2026-08-01 16:11:49 +03:00

3 lines
94 B
Rust

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