about summary refs log tree commit diff
path: root/tests/ui/generic-const-items/const-trait-impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-const-items/const-trait-impl.rs')
-rw-r--r--tests/ui/generic-const-items/const-trait-impl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-const-items/const-trait-impl.rs b/tests/ui/generic-const-items/const-trait-impl.rs
index 51209121bd9..e11d346b712 100644
--- a/tests/ui/generic-const-items/const-trait-impl.rs
+++ b/tests/ui/generic-const-items/const-trait-impl.rs
@@ -2,7 +2,7 @@
 //@ compile-flags: -Znext-solver
 // Test that we can call methods from const trait impls inside of generic const items.
 
-#![feature(generic_const_items, const_trait_impl, effects)]
+#![feature(generic_const_items, const_trait_impl)]
 #![allow(incomplete_features)]
 #![crate_type = "lib"]