We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6641c2d + 9a9894a commit 18a78fcCopy full SHA for 18a78fc
src/libstd/sync/once.rs
@@ -329,7 +329,7 @@ impl Once {
329
/// assert!(handle.join().is_err());
330
/// assert_eq!(INIT.is_completed(), false);
331
/// ```
332
- #[unstable(feature = "once_is_completed", issue = "42")]
+ #[unstable(feature = "once_is_completed", issue = "54890")]
333
#[inline]
334
pub fn is_completed(&self) -> bool {
335
// An `Acquire` load is enough because that makes all the initialization
0 commit comments