Skip to content

Commit 1d71a05

Browse files
committed
Disable a test until SILGen supports borrowing getter + library evo
rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution) (cherry picked from commit 78758da)
1 parent 52228af commit 1d71a05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Sema/Inputs/lifetime_depend_infer.swiftinterface

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,15 @@ public struct NoncopyableSelfAccessors : ~Copyable & ~Escapable {
253253
_modify
254254
}
255255

256+
// FIXME: rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution)
257+
/*
256258
public var neComputedBorrow: lifetime_depend_infer.NE {
257259
@lifetime(borrow self)
258260
get
259261
@lifetime(&self)
260262
set
261263
}
264+
*/
262265

263266
public var neYieldedBorrow: lifetime_depend_infer.NE {
264267
@lifetime(borrow self)

0 commit comments

Comments
 (0)