]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/clone.rs
Do not ICE on multipart suggestions touching multiple files
[rust.git] / src / libcore / clone.rs
index 6e7a46ba62aabf2c39f77e0103d5cd6a13650d56..9a412e57294277452e900c180e245d4121548913 100644 (file)
@@ -150,7 +150,7 @@ fn clone_from(&mut self, source: &Self) {
 #[unstable(
     feature = "derive_clone_copy",
     reason = "deriving hack, should not be public",
-    issue = "0"
+    issue = "none"
 )]
 pub struct AssertParamIsClone<T: Clone + ?Sized> {
     _field: crate::marker::PhantomData<T>,
@@ -160,7 +160,7 @@ pub struct AssertParamIsClone<T: Clone + ?Sized> {
 #[unstable(
     feature = "derive_clone_copy",
     reason = "deriving hack, should not be public",
-    issue = "0"
+    issue = "none"
 )]
 pub struct AssertParamIsCopy<T: Copy + ?Sized> {
     _field: crate::marker::PhantomData<T>,
@@ -195,7 +195,7 @@ fn clone(&self) -> Self {
         bool char
     }
 
-    #[stable(feature = "never_type", since = "1.41.0")]
+    #[unstable(feature = "never_type", issue = "35121")]
     impl Clone for ! {
         #[inline]
         fn clone(&self) -> Self {