about summary refs log tree commit diff
path: root/tests/ui/consts/issue-73976-monomorphic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-73976-monomorphic.rs')
-rw-r--r--tests/ui/consts/issue-73976-monomorphic.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-73976-monomorphic.rs b/tests/ui/consts/issue-73976-monomorphic.rs
index f43823fa155..6459150a660 100644
--- a/tests/ui/consts/issue-73976-monomorphic.rs
+++ b/tests/ui/consts/issue-73976-monomorphic.rs
@@ -6,7 +6,6 @@
 // will be properly rejected. This test will ensure that monomorphic use of these
 // would not be wrongly rejected in patterns.
 
-#![feature(const_type_id)]
 #![feature(const_type_name)]
 #![feature(const_trait_impl)]
 #![feature(const_cmp)]