Commit 385f8e2
committed
Auto merge of rust-lang#88689 - Aaron1011:confused-std-resolver, r=cjgillot
Move `confused_type_with_std_module` to `ResolverOutputs`
This eliminates untracked global state from `Session`.File tree
6 files changed
+12
-11
lines changed- compiler
- rustc_middle/src/ty
- rustc_resolve/src
- rustc_session/src
- rustc_typeck/src
- astconv
- check/method
6 files changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1999 | 1999 | | |
2000 | 2000 | | |
2001 | 2001 | | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
| 2002 | + | |
| 2003 | + | |
2005 | 2004 | | |
2006 | 2005 | | |
2007 | 2006 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1038 | 1038 | | |
1039 | 1039 | | |
1040 | 1040 | | |
| 1041 | + | |
1041 | 1042 | | |
1042 | 1043 | | |
1043 | 1044 | | |
| |||
1404 | 1405 | | |
1405 | 1406 | | |
1406 | 1407 | | |
| 1408 | + | |
1407 | 1409 | | |
1408 | 1410 | | |
1409 | 1411 | | |
| |||
1447 | 1449 | | |
1448 | 1450 | | |
1449 | 1451 | | |
| 1452 | + | |
1450 | 1453 | | |
1451 | 1454 | | |
1452 | 1455 | | |
| |||
1464 | 1467 | | |
1465 | 1468 | | |
1466 | 1469 | | |
| 1470 | + | |
1467 | 1471 | | |
1468 | 1472 | | |
1469 | 1473 | | |
| |||
1486 | 1490 | | |
1487 | 1491 | | |
1488 | 1492 | | |
| 1493 | + | |
1489 | 1494 | | |
1490 | 1495 | | |
1491 | 1496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 186 | | |
191 | 187 | | |
192 | 188 | | |
| |||
1313 | 1309 | | |
1314 | 1310 | | |
1315 | 1311 | | |
1316 | | - | |
1317 | 1312 | | |
1318 | 1313 | | |
1319 | 1314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1495 | 1495 | | |
1496 | 1496 | | |
1497 | 1497 | | |
1498 | | - | |
| 1498 | + | |
1499 | 1499 | | |
1500 | | - | |
1501 | 1500 | | |
1502 | 1501 | | |
1503 | 1502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| |||
0 commit comments