diff options
Diffstat (limited to 'tests/ui/macros/nested-use-as.rs')
| -rw-r--r-- | tests/ui/macros/nested-use-as.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/macros/nested-use-as.rs b/tests/ui/macros/nested-use-as.rs index 21aa81e8092..b4ce5328e62 100644 --- a/tests/ui/macros/nested-use-as.rs +++ b/tests/ui/macros/nested-use-as.rs @@ -1,5 +1,5 @@ -// check-pass -// edition:2018 +//@ check-pass +//@ edition:2018 // issue: https://github.com/rust-lang/rust/issues/97534 macro_rules! m { |
