We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d498699 commit e7db495Copy full SHA for e7db495
1 file changed
tests/ui/lint/pre-expansion-expect.rs
@@ -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