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.
#[const_trait]
Destruct
1 parent 07003a4 commit 431403dCopy full SHA for 431403d
library/core/src/marker.rs
@@ -931,7 +931,7 @@ marker_impls! {
931
#[lang = "destruct"]
932
#[rustc_on_unimplemented(message = "can't drop `{Self}`", append_const_msg)]
933
#[rustc_deny_explicit_impl(implement_via_object = false)]
934
-#[const_trait]
+// FIXME(effects) #[const_trait]
935
pub trait Destruct {}
936
937
/// A marker for tuple types.
0 commit comments