1 2 3 4 5 6
#[cfg(FALSE)] fn syntax() { bar::<Item = >(); //~ ERROR missing type to the right of `=` } fn main() {}