Skip to content

Commit 7e831f2

Browse files
committed
Update API test for addition of @unsafe
1 parent 8378562 commit 7e831f2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/api-digester/Outputs/stability-stdlib-source-x86_64.swift.expected

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@
33
// NOTE: Most differences from the baseline are common across all architectures
44
// should go into stability-stdlib-source-base.swift.expected. Only capture
55
// x86_64-specific differences from the baseline here.
6+
7+
// Adoption of @unsafe
8+
Func unsafeBitCast(_:to:) is now with @unsafe
9+
Func unsafeDowncast(_:to:) is now with @unsafe
10+
Struct OpaquePointer is now with @unsafe
11+
Struct Unmanaged is now with @unsafe
12+
Struct UnsafeBufferPointer is now with @unsafe
13+
Struct UnsafeMutableBufferPointer is now with @unsafe
14+
Struct UnsafeMutablePointer is now with @unsafe
15+
Struct UnsafeMutableRawBufferPointer is now with @unsafe
16+
Struct UnsafeMutableRawPointer is now with @unsafe
17+
Struct UnsafePointer is now with @unsafe
18+
Struct UnsafeRawBufferPointer is now with @unsafe
19+
Struct UnsafeRawPointer is now with @unsafe
20+
Var Optional.unsafelyUnwrapped is now with @unsafe

0 commit comments

Comments
 (0)