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 c4c9ff2 commit 02ead27Copy full SHA for 02ead27
src/libcore/sync/atomic.rs
@@ -142,6 +142,8 @@ unsafe impl<T> Sync for AtomicPtr<T> {}
142
///
143
/// Rust's memory orderings are [the same as
144
/// LLVM's](http://llvm.org/docs/LangRef.html#memory-model-for-concurrent-operations).
145
+///
146
+/// For more information see the [nomicon](https://doc.rust-lang.org/nomicon/atomics.html).
147
#[stable(feature = "rust1", since = "1.0.0")]
148
#[derive(Copy, Clone, Debug)]
149
pub enum Ordering {
0 commit comments