fix core::marker::Destruct doc
This commit is contained in:
parent
35d55b34bf
commit
df802ccd2f
1 changed files with 1 additions and 1 deletions
|
|
@ -1049,7 +1049,7 @@ marker_impls! {
|
|||
|
||||
/// A marker for types that can be dropped.
|
||||
///
|
||||
/// This should be used for `~const` bounds,
|
||||
/// This should be used for `[const]` bounds,
|
||||
/// as non-const bounds will always hold for every type.
|
||||
#[unstable(feature = "const_destruct", issue = "133214")]
|
||||
#[rustc_const_unstable(feature = "const_destruct", issue = "133214")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue