diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index aa5eda68e9822..35dde63e52b52 100644 --- a/src/libcore/marker.rs +++ b/src/libcore/marker.rs @@ -45,7 +45,7 @@ pub trait Sized { } /// Types that can be "unsized" to a dynamically sized type. -#[unstable(feature = "unsize", issue = "27779")] +#[unstable(feature = "unsize", issue = "27732")] #[lang="unsize"] pub trait Unsize { // Empty.