0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-24 18:21:15 +01:00
rust/tests/ui/rust-2024/raw-gen-lt.rs
2024-09-17 16:43:18 -04:00

9 lines
99 B
Rust

//@ edition: 2021
//@ check-pass
#![deny(keyword_idents_2024)]
fn foo<'r#gen>() {}
fn main() {}