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 bb9e52c commit 0603645Copy full SHA for 0603645
SwiftCompilerSources/Sources/Optimizer/Utilities/LifetimeDependenceUtils.swift
@@ -161,7 +161,7 @@ extension LifetimeDependence {
161
162
// Construct a LifetimeDependence from a return value. This only
163
// constructs a dependence for ~Escapable results that do not have a
164
- // lifetime dependence (@_unsafeNonescapableResult).
+ // lifetime dependence (@lifetime(immortal), @_unsafeNonescapableResult).
165
//
166
// This is necessary because inserting a mark_dependence placeholder for such an unsafe dependence would illegally
167
// have the same base and value operand.
0 commit comments