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 4ffee83 commit 1414bb3Copy full SHA for 1414bb3
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