From bc77567dc6b1b00211fc69652b175919847408d8 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Tue, 19 Nov 2024 17:18:54 +0000 Subject: [PATCH] Deduplicate checking drop terminator --- core/src/marker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/marker.rs b/core/src/marker.rs index bd1a8a02dbf47..acbad07746bb9 100644 --- a/core/src/marker.rs +++ b/core/src/marker.rs @@ -953,7 +953,7 @@ marker_impls! { /// /// This should be used for `~const` bounds, /// as non-const bounds will always hold for every type. -#[unstable(feature = "const_destruct", issue = "10")] +#[unstable(feature = "const_destruct", issue = "133214")] #[lang = "destruct"] #[rustc_on_unimplemented(message = "can't drop `{Self}`", append_const_msg)] #[rustc_deny_explicit_impl(implement_via_object = false)]