@@ -103,112 +103,118 @@ LL | TyKind::Dynamic(..) => (),
103103error: usage of `ty::TyKind::<kind>`
104104 --> $DIR/ty_tykind_usage.rs:31:9
105105 |
106- LL | TyKind::Closure (..) => (),
106+ LL | TyKind::DynStar (..) => (),
107107 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
108108
109109error: usage of `ty::TyKind::<kind>`
110110 --> $DIR/ty_tykind_usage.rs:32:9
111111 |
112- LL | TyKind::Generator (..) => (),
112+ LL | TyKind::Closure (..) => (),
113113 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
114114
115115error: usage of `ty::TyKind::<kind>`
116116 --> $DIR/ty_tykind_usage.rs:33:9
117117 |
118- LL | TyKind::GeneratorWitness (..) => (),
118+ LL | TyKind::Generator (..) => (),
119119 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
120120
121121error: usage of `ty::TyKind::<kind>`
122122 --> $DIR/ty_tykind_usage.rs:34:9
123123 |
124- LL | TyKind::GeneratorWitnessMIR (..) => (),
124+ LL | TyKind::GeneratorWitness (..) => (),
125125 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
126126
127127error: usage of `ty::TyKind::<kind>`
128128 --> $DIR/ty_tykind_usage.rs:35:9
129129 |
130- LL | TyKind::Never => (),
130+ LL | TyKind::GeneratorWitnessMIR(..) => (),
131131 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
132132
133133error: usage of `ty::TyKind::<kind>`
134134 --> $DIR/ty_tykind_usage.rs:36:9
135135 |
136- LL | TyKind::Tuple(..) => (),
136+ LL | TyKind::Never => (),
137137 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
138138
139139error: usage of `ty::TyKind::<kind>`
140140 --> $DIR/ty_tykind_usage.rs:37:9
141141 |
142- LL | TyKind::Alias (..) => (),
142+ LL | TyKind::Tuple (..) => (),
143143 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
144144
145145error: usage of `ty::TyKind::<kind>`
146146 --> $DIR/ty_tykind_usage.rs:38:9
147147 |
148- LL | TyKind::Param (..) => (),
148+ LL | TyKind::Alias (..) => (),
149149 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
150150
151151error: usage of `ty::TyKind::<kind>`
152152 --> $DIR/ty_tykind_usage.rs:39:9
153153 |
154- LL | TyKind::Bound (..) => (),
154+ LL | TyKind::Param (..) => (),
155155 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
156156
157157error: usage of `ty::TyKind::<kind>`
158158 --> $DIR/ty_tykind_usage.rs:40:9
159159 |
160- LL | TyKind::Placeholder (..) => (),
160+ LL | TyKind::Bound (..) => (),
161161 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
162162
163163error: usage of `ty::TyKind::<kind>`
164164 --> $DIR/ty_tykind_usage.rs:41:9
165165 |
166- LL | TyKind::Infer (..) => (),
166+ LL | TyKind::Placeholder (..) => (),
167167 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
168168
169169error: usage of `ty::TyKind::<kind>`
170170 --> $DIR/ty_tykind_usage.rs:42:9
171171 |
172+ LL | TyKind::Infer(..) => (),
173+ | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
174+
175+ error: usage of `ty::TyKind::<kind>`
176+ --> $DIR/ty_tykind_usage.rs:43:9
177+ |
172178LL | TyKind::Error(_) => (),
173179 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
174180
175181error: usage of `ty::TyKind::<kind>`
176- --> $DIR/ty_tykind_usage.rs:47 :12
182+ --> $DIR/ty_tykind_usage.rs:48 :12
177183 |
178184LL | if let TyKind::Int(int_ty) = kind {}
179185 | ^^^^^^ help: try using `ty::<kind>` directly: `ty`
180186
181187error: usage of `ty::TyKind`
182- --> $DIR/ty_tykind_usage.rs:49 :24
188+ --> $DIR/ty_tykind_usage.rs:50 :24
183189 |
184190LL | fn ty_kind(ty_bad: TyKind<'_>, ty_good: Ty<'_>) {}
185191 | ^^^^^^^^^^
186192 |
187193 = help: try using `Ty` instead
188194
189195error: usage of `ty::TyKind`
190- --> $DIR/ty_tykind_usage.rs:51 :37
196+ --> $DIR/ty_tykind_usage.rs:52 :37
191197 |
192198LL | fn ir_ty_kind<I: Interner>(bad: IrTyKind<I>) -> IrTyKind<I> {
193199 | ^^^^^^^^^^^
194200 |
195201 = help: try using `Ty` instead
196202
197203error: usage of `ty::TyKind`
198- --> $DIR/ty_tykind_usage.rs:51 :53
204+ --> $DIR/ty_tykind_usage.rs:52 :53
199205 |
200206LL | fn ir_ty_kind<I: Interner>(bad: IrTyKind<I>) -> IrTyKind<I> {
201207 | ^^^^^^^^^^^
202208 |
203209 = help: try using `Ty` instead
204210
205211error: usage of `ty::TyKind::<kind>`
206- --> $DIR/ty_tykind_usage.rs:54 :9
212+ --> $DIR/ty_tykind_usage.rs:55 :9
207213 |
208214LL | IrTyKind::Bool
209215 | --------^^^^^^
210216 | |
211217 | help: try using `ty::<kind>` directly: `ty`
212218
213- error: aborting due to 33 previous errors
219+ error: aborting due to 34 previous errors
214220
0 commit comments