We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a1b31 commit 6f3ec5cCopy full SHA for 6f3ec5c
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_trait_impl", issue = "67792")]
+#[unstable(feature = "const_destruct", issue = "10")]
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