about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorSaoirse Shipwreckt <woboats@gmail.com>2020-03-23 01:35:15 +0100
committerWithout Boats <woboats@gmail.com>2020-03-23 15:45:30 +0100
commitcaff9f92abb309297acaa08b167abd90b1433356 (patch)
treebc57fe67a9497707492c9aaa5601aff06195b2da /src/liballoc
parenta4875a797d4743ff906c2d26e3aea472216bf98a (diff)
downloadrust-caff9f92abb309297acaa08b167abd90b1433356.tar.gz
rust-caff9f92abb309297acaa08b167abd90b1433356.zip
Update src/liballoc/task.rs
Co-Authored-By: Ashley Mannix <ashleymannix@live.com.au>
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/task.rs b/src/liballoc/task.rs
index 3705ec9dcb6..8cd21c10805 100644
--- a/src/liballoc/task.rs
+++ b/src/liballoc/task.rs
@@ -1,4 +1,4 @@
-#![unstable(feature = "wake_trait", issue = "0")]
+#![unstable(feature = "wake_trait", issue = "69912")]
 //! Types and Traits for working with asynchronous tasks.
 use core::mem::{self, ManuallyDrop};
 use core::task::{RawWaker, RawWakerVTable, Waker};