rustc/tests/ui/parser/recover/recover-assoc-lifetime-constraint.rs
2024-06-24 14:48:22 +02:00

7 lines
122 B
Rust

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