Auto merge of #981 - RalfJung:atomic, r=RalfJung
also test AcqRel fence Missing from https://github.com/rust-lang/miri/pull/979
This commit is contained in:
commit
d57de39141
@ -69,4 +69,5 @@ fn atomic_fences() {
|
||||
fence(SeqCst);
|
||||
fence(Release);
|
||||
fence(Acquire);
|
||||
fence(AcqRel);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user