Make Clone a lang item and generate builtin impls.
Fixes #28229. Fixes #24000.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user