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.
ResumeTy
1 parent 6450101 commit 50b9d77Copy full SHA for 50b9d77
src/libcore/future/mod.rs
@@ -26,7 +26,7 @@ pub use self::future::Future;
26
#[unstable(feature = "gen_future", issue = "50547")]
27
#[cfg(not(bootstrap))]
28
#[derive(Debug, Copy, Clone)]
29
-pub struct ResumeTy(pub NonNull<Context<'static>>);
+pub struct ResumeTy(NonNull<Context<'static>>);
30
31
32
0 commit comments