Skip to content

Commit 10eed8f

Browse files
committed
No longer pass -Z unstable-options for edition 2021 in test.
1 parent ab36927 commit 10eed8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rust-2021/reserved-prefixes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: -Z unstable-options --edition 2021
1+
// edition:2021
22

33
macro_rules! demo2 {
44
( $a:tt $b:tt ) => { println!("two tokens") };

0 commit comments

Comments
 (0)