blob: 30bac49e63a5fe801c41fdab55cd24a2ef1437ab [file] [log] [blame]
#[cfg(false)]
fn syntax() {
bar::<Item = 'a>(); //~ ERROR lifetimes are not permitted in this context
}
fn main() {}