Skip to content

Commit 9c3661d

Browse files
Regression test for issue 155008
Co-authored-by: Edvin Bryntesson <epost@edvinbryntesson.se>
1 parent 77cc66c commit 9c3661d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Regression test #155008
2+
//@ edition: 2015
3+
//@ check-pass
4+
#[expect(keyword_idents_2024)]
5+
fn main() {
6+
let gen = 5;
7+
}

0 commit comments

Comments
 (0)