Skip to content

Commit 1681dcd

Browse files
committed
[stdlib] Update FIXME
1 parent 7496d44 commit 1681dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/MigrationSupport.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ extension UnsafeMutableRawPointer: _CustomPlaygroundQuickLookable {
426426
}
427427

428428
extension UnsafePointer: _CustomPlaygroundQuickLookable
429-
where Pointee: ~Copyable // FIXME: This should not be necessary
429+
where Pointee: ~Copyable // FIXME: Remove this (rdar://123262870)
430430
{
431431
private var summary: String {
432432
let ptrValue = UInt64(bitPattern: Int64(Int(Builtin.ptrtoint_Word(_rawValue))))
@@ -442,7 +442,7 @@ where Pointee: ~Copyable // FIXME: This should not be necessary
442442
}
443443

444444
extension UnsafeMutablePointer: _CustomPlaygroundQuickLookable
445-
where Pointee: ~Copyable // FIXME: This should not be necessary
445+
where Pointee: ~Copyable // FIXME: Remove this (rdar://123262870)
446446
{
447447
private var summary: String {
448448
let ptrValue = UInt64(bitPattern: Int64(Int(Builtin.ptrtoint_Word(_rawValue))))

0 commit comments

Comments
 (0)