rust/tests/ui/parser/recover/recover-assoc-lifetime-constraint.rs
2024-03-23 00:17:30 +01:00

7 lines
122 B
Rust

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