File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,6 @@ extension GSNC: Copyable where T: Copyable {}
120
120
121
121
struct GSNE<T: ~Escapable>: ~Escapable {
122
122
var x: T
123
-
124
- // 60_MERGE: an explicit initializer is temporarily required until initializer inferrence is merged.
125
- init(x: consuming T) { self.x = x }
126
123
}
127
124
128
125
extension GSNE: Escapable where T: Escapable {}
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ func check(_ t: inout any NoEscapeP & ~Escapable) {}
141
141
struct MyStruct< T : ~ Copyable & ~ Escapable> : ~ Copyable & ~ Escapable {
142
142
var x : T
143
143
144
- // 60_MERGE: an explicit initializer is temporarily required until initializer inferrence is merged.
145
144
init ( x: consuming T) { self . x = x }
146
145
}
147
146
You can’t perform that action at this time.
0 commit comments