about summary refs log tree commit diff
path: root/tests/ui/macros/expr_2021_inline_const.rs
diff options
context:
space:
mode:
authorEric Holk <ericholk@microsoft.com>2024-09-04 17:15:13 -0700
committerVincenzo Palazzo <vincenzopalazzodev@gmail.com>2024-10-01 07:51:58 +0000
commitc7cd55f7c5032c646db22f144dda2f04d8ee6009 (patch)
tree1b13d74b42484ebea281f702dc73f11d1c61b28c /tests/ui/macros/expr_2021_inline_const.rs
parentf79ef02e4bc87eb6dc8374cd4bde8e86f9695cf9 (diff)
downloadrust-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.rs3
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