mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 12:08:13 +00:00
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() {}
|