]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/ptr/non_null.rs
Merge from rustc
[rust.git] / library / core / src / ptr / non_null.rs
index c4348169c78c7e391e975f6d67cd9415264e8aa9..af79d4bbd836c027e8037ed1808afd6e762b07d6 100644 (file)
@@ -712,7 +712,7 @@ fn clone(&self) -> Self {
 #[stable(feature = "nonnull", since = "1.25.0")]
 impl<T: ?Sized> Copy for NonNull<T> {}
 
-#[unstable(feature = "coerce_unsized", issue = "27732")]
+#[unstable(feature = "coerce_unsized", issue = "18598")]
 impl<T: ?Sized, U: ?Sized> CoerceUnsized<NonNull<U>> for NonNull<T> where T: Unsize<U> {}
 
 #[unstable(feature = "dispatch_from_dyn", issue = "none")]