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 @@ -145,13 +145,13 @@ extern "rust-intrinsic" {
145
145
/// but no instructions will be emitted for it. This is appropriate for operations
146
146
/// on the same thread that may be preempted, such as when interacting with signal
147
147
/// handlers.
148
- #[ cfg( not( stage0) ) ] // SNAP 5520801
148
+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
149
149
pub fn atomic_singlethreadfence ( ) ;
150
- #[ cfg( not( stage0) ) ] // SNAP 5520801
150
+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
151
151
pub fn atomic_singlethreadfence_acq ( ) ;
152
- #[ cfg( not( stage0) ) ] // SNAP 5520801
152
+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
153
153
pub fn atomic_singlethreadfence_rel ( ) ;
154
- #[ cfg( not( stage0) ) ] // SNAP 5520801
154
+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
155
155
pub fn atomic_singlethreadfence_acqrel ( ) ;
156
156
157
157
/// Aborts the execution of the process.
You can’t perform that action at this time.
0 commit comments