rust/tests/ui/parser/recover/recover-assoc-lifetime-cons...

7 lines
122 B
Rust

#[cfg(FALSE)]
fn syntax() {
bar::<Item = 'a>(); //~ ERROR lifetimes are not permitted in this context
}
fn main() {}