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