We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0468b commit 62f08ebCopy full SHA for 62f08eb
tests/run-pass/atomic.rs
@@ -69,4 +69,5 @@ fn atomic_fences() {
69
fence(SeqCst);
70
fence(Release);
71
fence(Acquire);
72
+ fence(AcqRel);
73
}
0 commit comments