We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118d2e4 commit 93916edCopy full SHA for 93916ed
alloc/src/boxed.rs
@@ -228,6 +228,7 @@ mod thin;
228
#[lang = "owned_box"]
229
#[fundamental]
230
#[stable(feature = "rust1", since = "1.0.0")]
231
+#[rustc_insignificant_dtor]
232
// The declaration of the `Box` struct must be kept in sync with the
233
// compiler or ICEs will happen.
234
pub struct Box<
alloc/src/sync.rs
@@ -237,6 +237,7 @@ macro_rules! acquire {
237
/// [rc_examples]: crate::rc#examples
238
#[cfg_attr(not(test), rustc_diagnostic_item = "Arc")]
239
240
241
pub struct Arc<
242
T: ?Sized,
243
#[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
0 commit comments