File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,13 @@ extern "rust-intrinsic" {
145145 /// but no instructions will be emitted for it. This is appropriate for operations
146146 /// on the same thread that may be preempted, such as when interacting with signal
147147 /// handlers.
148- #[ cfg( not( stage0) ) ] // SNAP 5520801
148+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
149149 pub fn atomic_singlethreadfence ( ) ;
150- #[ cfg( not( stage0) ) ] // SNAP 5520801
150+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
151151 pub fn atomic_singlethreadfence_acq ( ) ;
152- #[ cfg( not( stage0) ) ] // SNAP 5520801
152+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
153153 pub fn atomic_singlethreadfence_rel ( ) ;
154- #[ cfg( not( stage0) ) ] // SNAP 5520801
154+ #[ cfg( not( stage0) ) ] // SNAP 857ef6e
155155 pub fn atomic_singlethreadfence_acqrel ( ) ;
156156
157157 /// Aborts the execution of the process.
You can’t perform that action at this time.
0 commit comments