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.
2 parents bcc7ed9 + f39044d commit 0309879Copy full SHA for 0309879
test/Sema/Inputs/lifetime_depend_infer.swiftinterface
@@ -253,15 +253,12 @@ public struct NoncopyableSelfAccessors : ~Copyable & ~Escapable {
253
_modify
254
}
255
256
- // FIXME: rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution)
257
- /*
258
public var neComputedBorrow: lifetime_depend_infer.NE {
259
@lifetime(borrow self)
260
get
261
@lifetime(&self)
262
set
263
264
- */
265
266
public var neYieldedBorrow: lifetime_depend_infer.NE {
267
0 commit comments