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 a77b308 commit e98ede4Copy full SHA for e98ede4
library/core/src/mem/mod.rs
@@ -22,7 +22,7 @@ mod transmutability;
22
pub use transmutability::{Assume, TransmuteFrom};
23
24
mod drop_guard;
25
-#[unstable(feature = "drop_guard", issue = "none")]
+#[unstable(feature = "drop_guard", issue = "144426")]
26
pub use drop_guard::DropGuard;
27
28
// This one has to be a re-export (rather than wrapping the underlying intrinsic) so that we can do
0 commit comments