blob: 558fcdfe1776f9358074caa1ff9191401f35de1c [file] [log] [blame]
#[cfg(FALSE)]
fn syntax() {
bar::<Item = 'a>(); //~ ERROR associated lifetimes are not supported
}
fn main() {}