From 029f9aa3bf2aa25a88df76fb34f332981ebfef7d Mon Sep 17 00:00:00 2001 From: Gus Wynn Date: Thu, 23 Jun 2022 08:52:13 -0700 Subject: add tracking issue for exclusive --- library/std/src/sync/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/std/src/sync') diff --git a/library/std/src/sync/mod.rs b/library/std/src/sync/mod.rs index c70dcf7f66c..0c2ac8e10ce 100644 --- a/library/std/src/sync/mod.rs +++ b/library/std/src/sync/mod.rs @@ -155,7 +155,7 @@ pub use alloc_crate::sync::{Arc, Weak}; #[stable(feature = "rust1", since = "1.0.0")] pub use core::sync::atomic; -#[unstable(feature = "exclusive_wrapper", issue = "none")] +#[unstable(feature = "exclusive_wrapper", issue = "98407")] pub use core::sync::Exclusive; #[stable(feature = "rust1", since = "1.0.0")] -- cgit 1.4.1-3-g733a5