rust/tests/ui/parser/recover-assoc-lifetime-constraint.rs

7 lines
117 B
Rust
Raw Normal View History

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