about summary refs log tree commit diff
path: root/tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs')
-rw-r--r--tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs b/tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs
index 6115146539c..722fdae6c99 100644
--- a/tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs
+++ b/tests/ui/repeat-expr/copy-check-const-element-uninferred-count.rs
@@ -1,5 +1,3 @@
-#![feature(generic_arg_infer)]
-
 // Test when deferring repeat expr copy checks to end of typechecking whether elements
 // that are const items allow for repeat counts to go uninferred without an error being
 // emitted if they would later wind up inferred by integer fallback.