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.
future
1 parent 96cce02 commit 04f7ebaCopy full SHA for 04f7eba
src/libstd/sync/future.rs
@@ -32,6 +32,10 @@
32
reason = "futures as-is have yet to be deeply reevaluated with recent \
33
core changes to Rust's synchronization story, and will likely \
34
become stable in the future but are unstable until that time")]
35
+#[deprecated(since = "1.2.0",
36
+ reason = "implementation does not match the quality of the \
37
+ standard library and this will likely be prototyped \
38
+ outside in crates.io first")]
39
40
use core::prelude::*;
41
use core::mem::replace;
0 commit comments