Skip to content

Commit d84db4c

Browse files
committed
stdlib: add an ABI fixme
1 parent 51c8a81 commit d84db4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/core/StaticString.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ public struct StaticString
3939
CustomDebugStringConvertible,
4040
CustomReflectable {
4141

42+
// FIXME(ABI): RawPointer is non-nullable, but we can store a null Unicode
43+
// scalar in it. Change it to an integer.
44+
//
4245
/// Either a pointer to the start of UTF-8 data, or an integer representation
4346
/// of a single Unicode scalar.
4447
internal var _startPtrOrData: Builtin.RawPointer

0 commit comments

Comments
 (0)