about summary refs log tree commit diff
path: root/src/libcore/array.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/array.rs')
-rw-r--r--src/libcore/array.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/array.rs b/src/libcore/array.rs
index 37bd57034a7..0d9f9d16d82 100644
--- a/src/libcore/array.rs
+++ b/src/libcore/array.rs
@@ -124,6 +124,7 @@ macro_rules! array_impls {
             }
 
             #[stable(feature = "rust1", since = "1.0.0")]
+            #[cfg(stage0)]
             impl<T:Copy> Clone for [T; $N] {
                 fn clone(&self) -> [T; $N] {
                     *self