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 5b690f7 + 6ddff2b commit bddef32Copy full SHA for bddef32
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