rust/tests/ui/rust-2024/raw-gen-lt.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
99 B
Rust
Raw Normal View History

2024-09-17 15:43:18 -05:00
//@ edition: 2021
//@ check-pass
#![deny(keyword_idents_2024)]
fn foo<'r#gen>() {}
fn main() {}