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 bccc22f commit 19b8bedCopy full SHA for 19b8bed
stdlib/public/Synchronization/Atomics/Atomic.swift
@@ -29,7 +29,7 @@ public struct Atomic<Value: AtomicRepresentable>: ~Copyable {
29
@_alwaysEmitIntoClient
30
@_transparent
31
var _rawAddress: Builtin.RawPointer {
32
- Builtin.unprotectedAddressOfBorrow(self)
+ Builtin.addressOfRawLayout(self)
33
}
34
35
/// Initializes a value of this atomic with the given initial value.
0 commit comments