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 59a3a5d commit db34b08Copy full SHA for db34b08
library/core/src/sync/atomic.rs
@@ -243,7 +243,7 @@ const EMULATE_ATOMIC_BOOL: bool =
243
244
/// A boolean type which can be safely shared between threads.
245
///
246
-/// This type has the same in-memory representation as a [`bool`].
+/// This type has the same memory layout and bit validity as a [`bool`].
247
248
/// **Note**: This type is only available on platforms that support atomic
249
/// loads and stores of `u8`.
0 commit comments