diff options
| author | Eric Holk <ericholk@microsoft.com> | 2024-09-04 17:15:13 -0700 |
|---|---|---|
| committer | Vincenzo Palazzo <vincenzopalazzodev@gmail.com> | 2024-10-01 07:51:58 +0000 |
| commit | c7cd55f7c5032c646db22f144dda2f04d8ee6009 (patch) | |
| tree | 1b13d74b42484ebea281f702dc73f11d1c61b28c /tests/ui/macros/expr_2021_inline_const.rs | |
| parent | f79ef02e4bc87eb6dc8374cd4bde8e86f9695cf9 (diff) | |
| download | rust-c7cd55f7c5032c646db22f144dda2f04d8ee6009.tar.gz rust-c7cd55f7c5032c646db22f144dda2f04d8ee6009.zip | |
Stabilize expr_2021 fragment in all editions
Co-authored-by: Michael Goulet <michael@errs.io> Co-authored-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Diffstat (limited to 'tests/ui/macros/expr_2021_inline_const.rs')
| -rw-r--r-- | tests/ui/macros/expr_2021_inline_const.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/macros/expr_2021_inline_const.rs b/tests/ui/macros/expr_2021_inline_const.rs index 06b74a466d6..39a542fe4d9 100644 --- a/tests/ui/macros/expr_2021_inline_const.rs +++ b/tests/ui/macros/expr_2021_inline_const.rs @@ -3,9 +3,6 @@ //@[edi2021]compile-flags: --edition=2021 // This test ensures that the inline const match only on edition 2024 -#![feature(expr_fragment_specifier_2024)] -#![allow(incomplete_features)] - macro_rules! m2021 { ($e:expr_2021) => { $e |
