We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3ec5c commit bc77567Copy full SHA for bc77567
core/src/marker.rs
@@ -953,7 +953,7 @@ marker_impls! {
953
///
954
/// This should be used for `~const` bounds,
955
/// as non-const bounds will always hold for every type.
956
-#[unstable(feature = "const_destruct", issue = "10")]
+#[unstable(feature = "const_destruct", issue = "133214")]
957
#[lang = "destruct"]
958
#[rustc_on_unimplemented(message = "can't drop `{Self}`", append_const_msg)]
959
#[rustc_deny_explicit_impl(implement_via_object = false)]
0 commit comments