rust/tests/ui/parser/recover-assoc-lifetime-constraint.rs
2023-01-11 09:32:08 +00:00

6 lines
117 B
Rust

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