summaryrefslogtreecommitdiffstats
path: root/tokio/tests/_require_full.rs
blob: 98455bedefe620f0739e82e4ad2212521daec425 (plain)
1
2
#![cfg(not(feature = "full"))]
compile_error!("run main Tokio tests with `--features full`");