Skip to content

Commit

Permalink
No longer pass -Z unstable-options for edition 2021 in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Aug 30, 2021
1 parent ab36927 commit 10eed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/rust-2021/reserved-prefixes.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// compile-flags: -Z unstable-options --edition 2021
// edition:2021

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

0 comments on commit 10eed8f

Please sign in to comment.