Skip to content

Commit 074c8c8

Browse files
lorenteyglessard
andauthored
Update link to compiler issue
Co-authored-by: Guillaume Lessard <[email protected]>
1 parent a3ac36c commit 074c8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Atomics/Unmanaged extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal func _sa_release_n(_ object: UnsafeMutableRawPointer, _ delta: UInt32)
2121
// import of the shims module, and we only need it to get the declarations for
2222
// _sa_retain_n/_sa_release_n. The import is unfortunately still problematic;
2323
// these functions need to be moved into the stdlib or (preferably) we need
24-
// a compiler-level fix for https://bugs.swift.org/browse/SR-13708 to get rid
24+
// a compiler-level fix for https://github.com/apple/swift/issues/56105 to get rid
2525
// of it.
2626
//
2727
// Hiding the import using @_implementationOnly is not possible unless

0 commit comments

Comments
 (0)