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