File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ pub use self::join::join;
46
46
/// It also simplifies the HIR lowering of `.await`.
47
47
#[ lang = "ResumeTy" ]
48
48
#[ doc( hidden) ]
49
- #[ unstable( feature = "gen_future" , issue= "none" ) ]
49
+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
50
50
#[ derive( Debug , Copy , Clone ) ]
51
51
pub struct ResumeTy ( NonNull < Context < ' static > > ) ;
52
52
53
- #[ unstable( feature = "gen_future" , issue= "none" ) ]
53
+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
54
54
unsafe impl Send for ResumeTy { }
55
55
56
- #[ unstable( feature = "gen_future" , issue= "none" ) ]
56
+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
57
57
unsafe impl Sync for ResumeTy { }
58
58
59
59
#[ lang = "get_context" ]
60
60
#[ doc( hidden) ]
61
- #[ unstable( feature = "gen_future" , issue= "none" ) ]
61
+ #[ unstable( feature = "gen_future" , issue = "none" ) ]
62
62
#[ must_use]
63
63
#[ inline]
64
64
pub unsafe fn get_context < ' a , ' b > ( cx : ResumeTy ) -> & ' a mut Context < ' b > {
You can’t perform that action at this time.
0 commit comments