We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2246dda + df802cc commit 5c0cd83Copy full SHA for 5c0cd83
library/core/src/marker.rs
@@ -1049,7 +1049,7 @@ marker_impls! {
1049
1050
/// A marker for types that can be dropped.
1051
///
1052
-/// This should be used for `~const` bounds,
+/// This should be used for `[const]` bounds,
1053
/// as non-const bounds will always hold for every type.
1054
#[unstable(feature = "const_destruct", issue = "133214")]
1055
#[rustc_const_unstable(feature = "const_destruct", issue = "133214")]
0 commit comments