Skip to content

Commit c653d60

Browse files
committed
reduce edition requirement for keyword test
Also, add Reference ids
1 parent dd09100 commit c653d60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ui/keyword/soup.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
//@ edition:2024
21
//@ check-pass
2+
//@ edition: 2018..
3+
//@ reference: lex.keywords.strict
4+
//@ reference: lex.keywords.weak
35

46
#![allow(unused_imports)]
57
#![allow(missing_abi)]

0 commit comments

Comments
 (0)