diff options
| -rw-r--r-- | src/libcore/marker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index aa5eda68e98..35dde63e52b 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<T: ?Sized> { // Empty. |
