about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-06-12 04:06:44 +0000
committerThe rustc-dev-guide Cronjob Bot <github-actions@github.com>2025-06-12 04:06:44 +0000
commit6da0ebf087736289ff29f641c7498f4a94d83639 (patch)
tree3ef67bc66cf749e5172054480bdb5f1d8715dc5f /compiler/rustc_data_structures/src
parent8a7fbded4dd50f297bbcda39a94624ffb689a849 (diff)
parent14346303d760027e53214e705109a62c0f00b214 (diff)
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index b7447e24731..eb3817a80a7 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -25,7 +25,6 @@
 #![feature(dropck_eyepatch)]
 #![feature(extend_one)]
 #![feature(file_buffered)]
-#![feature(macro_metavar_expr)]
 #![feature(map_try_insert)]
 #![feature(min_specialization)]
 #![feature(negative_impls)]