File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ public func _copy<T>(_ value: T) -> T {
290
290
@_alwaysEmitIntoClient
291
291
@_transparent
292
292
@lifetime ( borrow source)
293
- internal func _overrideLifetime<
293
+ public func _overrideLifetime<
294
294
T: ~ Copyable & ~ Escapable, U: ~ Copyable & ~ Escapable
295
295
> (
296
296
_ dependent: consuming T , borrowing source: borrowing U
@@ -308,7 +308,7 @@ internal func _overrideLifetime<
308
308
@_alwaysEmitIntoClient
309
309
@_transparent
310
310
@lifetime ( copy source)
311
- internal func _overrideLifetime<
311
+ public func _overrideLifetime<
312
312
T: ~ Copyable & ~ Escapable, U: ~ Copyable & ~ Escapable
313
313
> (
314
314
_ dependent: consuming T , copying source: borrowing U
@@ -326,7 +326,7 @@ internal func _overrideLifetime<
326
326
@_alwaysEmitIntoClient
327
327
@_transparent
328
328
@lifetime ( & source)
329
- internal func _overrideLifetime<
329
+ public func _overrideLifetime<
330
330
T: ~ Copyable & ~ Escapable, U: ~ Copyable & ~ Escapable
331
331
> (
332
332
_ dependent: consuming T ,
You can’t perform that action at this time.
0 commit comments