diff options
Diffstat (limited to 'tests/ui/parser/async-with-nonterminal-block.rs')
| -rw-r--r-- | tests/ui/parser/async-with-nonterminal-block.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/parser/async-with-nonterminal-block.rs b/tests/ui/parser/async-with-nonterminal-block.rs index 96015fd5d82..8604bd383a1 100644 --- a/tests/ui/parser/async-with-nonterminal-block.rs +++ b/tests/ui/parser/async-with-nonterminal-block.rs @@ -1,5 +1,5 @@ -// check-pass -// edition:2021 +//@ check-pass +//@ edition:2021 macro_rules! create_async { ($body:block) => { |
