We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b28f0b1 + 2367caf commit 17b6fcdCopy full SHA for 17b6fcd
src/libcore/marker.rs
@@ -45,7 +45,7 @@ pub trait Sized {
45
}
46
47
/// Types that can be "unsized" to a dynamically sized type.
48
-#[unstable(feature = "unsize", issue = "27779")]
+#[unstable(feature = "unsize", issue = "27732")]
49
#[lang="unsize"]
50
pub trait Unsize<T: ?Sized> {
51
// Empty.
0 commit comments