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.
1 parent 2e3149d commit f4b7471Copy full SHA for f4b7471
core/src/marker.rs
@@ -960,7 +960,7 @@ marker_impls! {
960
#[lang = "destruct"]
961
#[rustc_on_unimplemented(message = "can't drop `{Self}`", append_const_msg)]
962
#[rustc_deny_explicit_impl(implement_via_object = false)]
963
-// FIXME(effects) #[const_trait]
+#[const_trait]
964
pub trait Destruct {}
965
966
/// A marker for tuple types.
0 commit comments