about summary refs log tree commit diff
path: root/tests/ui/lint/non-local-defs/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/non-local-defs/consts.rs')
-rw-r--r--tests/ui/lint/non-local-defs/consts.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/lint/non-local-defs/consts.rs b/tests/ui/lint/non-local-defs/consts.rs
index 2652447dcf5..d8a497e43e5 100644
--- a/tests/ui/lint/non-local-defs/consts.rs
+++ b/tests/ui/lint/non-local-defs/consts.rs
@@ -2,8 +2,6 @@
 //@ edition:2021
 //@ rustc-env:CARGO_CRATE_NAME=non_local_def
 
-#![feature(inline_const)]
-
 struct Test;
 
 trait Uto {}