mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 23:22:30 +00:00
9 lines
99 B
Rust
9 lines
99 B
Rust
//@ edition: 2021
|
|
//@ check-pass
|
|
|
|
#![deny(keyword_idents_2024)]
|
|
|
|
fn foo<'r#gen>() {}
|
|
|
|
fn main() {}
|