Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions test/Sema/Inputs/lifetime_depend_infer.swiftinterface
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,12 @@ public struct NoncopyableSelfAccessors : ~Copyable & ~Escapable {
_modify
}

// FIXME: rdar://150073405 ([SILGen] support synthesized _modify on top of borrowed getters with library evolution)
/*
public var neComputedBorrow: lifetime_depend_infer.NE {
@lifetime(borrow self)
get
@lifetime(&self)
set
}
*/

public var neYieldedBorrow: lifetime_depend_infer.NE {
@lifetime(borrow self)
Expand Down