diff options
Diffstat (limited to 'tests/ui/parser/try-with-nonterminal-block.rs')
| -rw-r--r-- | tests/ui/parser/try-with-nonterminal-block.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/parser/try-with-nonterminal-block.rs b/tests/ui/parser/try-with-nonterminal-block.rs index 2a9652f2e6d..bc52dcd0e01 100644 --- a/tests/ui/parser/try-with-nonterminal-block.rs +++ b/tests/ui/parser/try-with-nonterminal-block.rs @@ -1,5 +1,5 @@ -// check-pass -// edition:2021 +//@ check-pass +//@ edition:2021 #![feature(try_blocks)] |
