We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e86cd0 commit 2508c24Copy full SHA for 2508c24
src/libcore/future.rs
@@ -33,7 +33,7 @@ export future_pipe;
33
34
#[doc = "The future type"]
35
struct Future<A> {
36
- /*priv*/ mut state: FutureState<A>;
+ /*priv*/ mut state: FutureState<A>,
37
38
// FIXME(#2829) -- futures should not be copyable, because they close
39
// over fn~'s that have pipes and so forth within!
0 commit comments