We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08caff commit 0b7a9ddCopy full SHA for 0b7a9dd
stdlib/public/core/LifetimeManager.swift
@@ -290,7 +290,7 @@ public func _copy<T>(_ value: T) -> T {
290
@unsafe
291
@_unsafeNonescapableResult
292
@_alwaysEmitIntoClient
293
-@inline(__always)
+@_transparent
294
@lifetime(borrow source)
295
internal func _overrideLifetime<
296
T: ~Copyable & ~Escapable, U: ~Copyable & ~Escapable
@@ -308,7 +308,7 @@ internal func _overrideLifetime<
308
309
310
311
312
@lifetime(source)
313
314
0 commit comments