mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 18:21:15 +01: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() {}
|