]> 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 18f808638deac783c6291e8b35c089a18b6c86c7..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>,