File tree
9 files changed
+31
-23
lines changed- compiler
- rustc_hir_typeck/src/method
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir
- query
- ty
- rustc_passes/src
- rustc_ty_utils/src
9 files changed
+31
-23
lines changed+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
| 1342 | + | |
1342 | 1343 |
| |
1343 | 1344 |
| |
1344 | 1345 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1095 | 1095 |
| |
1096 | 1096 |
| |
1097 | 1097 |
| |
| 1098 | + | |
| 1099 | + | |
1098 | 1100 |
| |
1099 | 1101 |
| |
1100 | 1102 |
| |
|
Diff for: compiler/rustc_middle/src/hir/mod.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
181 | 180 |
| |
182 | 181 |
| |
183 | 182 |
| |
|
Diff for: compiler/rustc_middle/src/query/mod.rs
-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1161 | 1161 |
| |
1162 | 1162 |
| |
1163 | 1163 |
| |
1164 |
| - | |
1165 |
| - | |
1166 |
| - | |
1167 |
| - | |
1168 |
| - | |
1169 |
| - | |
1170 |
| - | |
1171 |
| - | |
1172 | 1164 |
| |
1173 | 1165 |
| |
1174 | 1166 |
| |
|
Diff for: compiler/rustc_middle/src/ty/assoc.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 |
| |
34 | 39 |
| |
35 | 40 |
| |
|
Diff for: compiler/rustc_middle/src/ty/context.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2452 | 2452 |
| |
2453 | 2453 |
| |
2454 | 2454 |
| |
2455 |
| - | |
| 2455 | + | |
2456 | 2456 |
| |
2457 | 2457 |
| |
2458 | 2458 |
| |
|
Diff for: compiler/rustc_middle/src/ty/mod.rs
+14-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2070 | 2070 |
| |
2071 | 2071 |
| |
2072 | 2072 |
| |
2073 |
| - | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
2074 | 2076 |
| |
2075 | 2077 |
| |
2076 | 2078 |
| |
| |||
2213 | 2215 |
| |
2214 | 2216 |
| |
2215 | 2217 |
| |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
2216 | 2229 |
| |
2217 | 2230 |
| |
2218 | 2231 |
| |
|
Diff for: compiler/rustc_passes/src/dead.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
247 |
| - | |
| 247 | + | |
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
|
Diff for: compiler/rustc_ty_utils/src/assoc.rs
+7-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| 156 | + | |
156 | 157 |
| |
157 | 158 |
| |
158 | 159 |
| |
| |||
171 | 172 |
| |
172 | 173 |
| |
173 | 174 |
| |
| 175 | + | |
174 | 176 |
| |
175 | 177 |
| |
176 | 178 |
| |
| |||
262 | 264 |
| |
263 | 265 |
| |
264 | 266 |
| |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 | 267 |
| |
272 | 268 |
| |
273 | 269 |
| |
274 | 270 |
| |
275 | 271 |
| |
276 | 272 |
| |
277 | 273 |
| |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 | 331 |
| |
337 | 332 |
| |
338 | 333 |
| |
339 | 334 |
| |
340 | 335 |
| |
341 | 336 |
| |
342 | 337 |
| |
| 338 | + | |
343 | 339 |
| |
344 | 340 |
| |
345 | 341 |
| |
|
0 commit comments