Store raw ident span for raw lifetime

This commit is contained in:
Michael Goulet 2024-09-17 16:43:18 -04:00
parent f609b7e058
commit 5de89bb011
2 changed files with 11 additions and 0 deletions

View file

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