Skip to content

Commit 94c9bde

Browse files
committed
Update SNAPs to latest snapshot.
1 parent 998c10d commit 94c9bde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libcore/intrinsics.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)