Auto merge of #28031 - durka:patch-6, r=alexcrichton
It was pointing at the issue for `placement_new_protocol`.
This commit is contained in:
commit
17b6fcd458
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue