Skip to content

Commit 52a6ac9

Browse files
committed
move atomic intrinsics to their own file
1 parent 5a4d71f commit 52a6ac9

File tree

4 files changed

+473
-448
lines changed

4 files changed

+473
-448
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db41351753df840773ca628d8daa040e95d00eef
1+
880416180b0a9ee1141c07d4d17667edb77daebd

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub use rustc_const_eval::interpret::{self, AllocMap, PlaceTy};
6262
pub use crate::shims::dlsym::{Dlsym, EvalContextExt as _};
6363
pub use crate::shims::env::{EnvVars, EvalContextExt as _};
6464
pub use crate::shims::foreign_items::EvalContextExt as _;
65+
pub use crate::shims::intrinsics::atomic::EvalContextExt as _;
6566
pub use crate::shims::intrinsics::EvalContextExt as _;
6667
pub use crate::shims::os_str::EvalContextExt as _;
6768
pub use crate::shims::panic::{CatchUnwindData, EvalContextExt as _};

0 commit comments

Comments
 (0)