No longer pass -Z unstable-options for edition 2021 in test.

This commit is contained in:
Mara Bos 2021-08-30 15:42:45 +02:00
parent ab369274d6
commit 10eed8f0c5

View file

@ -1,4 +1,4 @@
// compile-flags: -Z unstable-options --edition 2021
// edition:2021
macro_rules! demo2 {
( $a:tt $b:tt ) => { println!("two tokens") };