You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/api-digester/stability-concurrency-abi.test
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,5 @@
51
51
52
52
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
53
53
Func MainActor.run(resultType:body:) has generic signature change from <T where T : Swift.Sendable> to <T>
54
+
Func MainActor.run(resultType:body:) has mangled name changing from 'static Swift.MainActor.run<A where A: Swift.Sendable>(resultType: A.Type, body: @Swift.MainActor @Sendable () throws -> A) async throws -> A' to 'static Swift.MainActor.run<A>(resultType: A.Type, body: @Swift.MainActor @Sendable () throws -> A) async throws -> A'
54
55
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments