about summary refs log tree commit diff
path: root/tests/codegen-llvm/array-repeat.rs
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-08-15 16:42:21 +0000
committerKivooeo <Kivooeo123@gmail.com>2025-08-15 16:42:21 +0000
commit489940ee1d24a0a2bc388b465f171da9ab0cb16b (patch)
tree908b4e83e48bdcf3dc9a79f7a2c6da756e91cfb8 /tests/codegen-llvm/array-repeat.rs
parentc018ae5389c49cc4bcb8343d80dd8e7323325410 (diff)
downloadrust-489940ee1d24a0a2bc388b465f171da9ab0cb16b.tar.gz
rust-489940ee1d24a0a2bc388b465f171da9ab0cb16b.zip
stabilize array repeat
Diffstat (limited to 'tests/codegen-llvm/array-repeat.rs')
-rw-r--r--tests/codegen-llvm/array-repeat.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen-llvm/array-repeat.rs b/tests/codegen-llvm/array-repeat.rs
index 4c755df9390..1c45341d764 100644
--- a/tests/codegen-llvm/array-repeat.rs
+++ b/tests/codegen-llvm/array-repeat.rs
@@ -1,7 +1,6 @@
 //@ compile-flags: -Copt-level=3
 
 #![crate_type = "lib"]
-#![feature(array_repeat)]
 
 use std::array::repeat;