1 2 3 4 5 6
#[cfg(FALSE)] fn syntax() { bar::<Item = 'a>(); //~ ERROR associated lifetimes are not supported } fn main() {}