Skip to content

Commit 2367caf

Browse files
committed
fix unstable issue ref for Unsize
It was pointing at the issue for `placement_new_protocol`.
1 parent 1c3b19d commit 2367caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub trait Sized {
4545
}
4646

4747
/// Types that can be "unsized" to a dynamically sized type.
48-
#[unstable(feature = "unsize", issue = "27779")]
48+
#[unstable(feature = "unsize", issue = "27732")]
4949
#[lang="unsize"]
5050
pub trait Unsize<T: ?Sized> {
5151
// Empty.

0 commit comments

Comments
 (0)