1 2 3 4 5 6 7 8 9
// check-pass // edition:2018 #[allow(dead_code)] async fn foo () { // unreachable lint doesn't trigger unimplemented!() } fn main() {}