Commit b8942ce
committed
Auto merge of #116983 - Urgau:prepare-bootstrap-for-new-check-cfg, r=<try>
Prepare the `bootstrap` tool for the new check-cfg syntax
This PR prepare the `bootstrap` tool for the [new check-cfg syntax](#111072) as well as the according [changes to Cargo](rust-lang/cargo#12845).
Note that while the new syntax can technically available on stage > 2, we actually cannot use it since we need a cargo version that supports the new syntax which won't happen until the next beta bump (if I understand everything correctly).
r? bootstrap2 files changed
+28
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1401 | 1401 | | |
1402 | 1402 | | |
1403 | 1403 | | |
1404 | | - | |
1405 | | - | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
1406 | 1408 | | |
1407 | 1409 | | |
1408 | 1410 | | |
1409 | 1411 | | |
1410 | 1412 | | |
1411 | 1413 | | |
1412 | | - | |
1413 | | - | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
1414 | 1419 | | |
1415 | | - | |
1416 | | - | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
1417 | 1426 | | |
1418 | 1427 | | |
1419 | 1428 | | |
| |||
1433 | 1442 | | |
1434 | 1443 | | |
1435 | 1444 | | |
1436 | | - | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
1437 | 1451 | | |
1438 | 1452 | | |
1439 | 1453 | | |
| |||
1449 | 1463 | | |
1450 | 1464 | | |
1451 | 1465 | | |
1452 | | - | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
1453 | 1471 | | |
1454 | 1472 | | |
1455 | 1473 | | |
| |||
0 commit comments