Auto merge of #28031 - durka:patch-6, r=alexcrichton

It was pointing at the issue for `placement_new_protocol`.
This commit is contained in:
bors 2015-08-27 18:30:47 +00:00
commit 17b6fcd458

View file

@ -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.