]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/marker.rs
Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot
[rust.git] / library / core / src / marker.rs
index 42c342801976957a9696b25b92511653d313b918..4b85c1112b94096b8132b7607fc4c05368ff7196 100644 (file)
@@ -126,7 +126,7 @@ pub trait Sized {
 /// [`Rc`]: ../../std/rc/struct.Rc.html
 /// [RFC982]: https://github.com/rust-lang/rfcs/blob/master/text/0982-dst-coercion.md
 /// [nomicon-coerce]: ../../nomicon/coercions.html
-#[unstable(feature = "unsize", issue = "27732")]
+#[unstable(feature = "unsize", issue = "18598")]
 #[lang = "unsize"]
 #[cfg_attr(not(bootstrap), rustc_deny_explicit_impl)]
 pub trait Unsize<T: ?Sized> {