blob: 6c647ec3195f90f7f1ab6ccba3834129e5701fa1 [file] [log] [blame]
#![cfg(not(all(
feature = "os-poll",
feature = "os-util",
feature = "tcp",
feature = "udp",
feature = "uds"
)))]
compile_error!("run main Mio tests with `--all-features`");