Commit d472f8e
authored
Rollup merge of rust-lang#72288 - vorner:stabilize-weak-into-raw, r=dtolnay
Stabilization of weak-into-raw
Closes rust-lang#60728.
There are also two removals of `#![feature(weak_into_raw)]` in the `src/tools/miri` submodule. How should I synchronize the changes with there?
* I can ignore it for now and once this gets merged, update the tool, send a pull request to that one and then reference the changes to rustc.
* I could try submitting the changes to miri first, but then the build would fail there, because the attribute would still be needed.
I think the first one is the correct one, extrapolating from the contributing guidelines (even though they speak about breaking the tools and this should not break it, as extra feature should not hurt).2 files changed
+8
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | | - | |
585 | 583 | | |
586 | 584 | | |
587 | 585 | | |
| |||
590 | 588 | | |
591 | 589 | | |
592 | 590 | | |
593 | | - | |
| 591 | + | |
594 | 592 | | |
595 | 593 | | |
596 | 594 | | |
| |||
1681 | 1679 | | |
1682 | 1680 | | |
1683 | 1681 | | |
1684 | | - | |
1685 | | - | |
1686 | 1682 | | |
1687 | 1683 | | |
1688 | 1684 | | |
| |||
1700 | 1696 | | |
1701 | 1697 | | |
1702 | 1698 | | |
1703 | | - | |
| 1699 | + | |
1704 | 1700 | | |
1705 | 1701 | | |
1706 | 1702 | | |
| |||
1718 | 1714 | | |
1719 | 1715 | | |
1720 | 1716 | | |
1721 | | - | |
1722 | | - | |
1723 | 1717 | | |
1724 | 1718 | | |
1725 | 1719 | | |
| |||
1735 | 1729 | | |
1736 | 1730 | | |
1737 | 1731 | | |
1738 | | - | |
| 1732 | + | |
1739 | 1733 | | |
1740 | 1734 | | |
1741 | 1735 | | |
| |||
1762 | 1756 | | |
1763 | 1757 | | |
1764 | 1758 | | |
1765 | | - | |
1766 | | - | |
1767 | 1759 | | |
1768 | 1760 | | |
1769 | 1761 | | |
| |||
1788 | 1780 | | |
1789 | 1781 | | |
1790 | 1782 | | |
1791 | | - | |
| 1783 | + | |
1792 | 1784 | | |
1793 | 1785 | | |
1794 | 1786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
583 | | - | |
584 | 582 | | |
585 | 583 | | |
586 | 584 | | |
| |||
589 | 587 | | |
590 | 588 | | |
591 | 589 | | |
592 | | - | |
| 590 | + | |
593 | 591 | | |
594 | 592 | | |
595 | 593 | | |
| |||
1449 | 1447 | | |
1450 | 1448 | | |
1451 | 1449 | | |
1452 | | - | |
1453 | | - | |
1454 | 1450 | | |
1455 | 1451 | | |
1456 | 1452 | | |
| |||
1468 | 1464 | | |
1469 | 1465 | | |
1470 | 1466 | | |
1471 | | - | |
| 1467 | + | |
1472 | 1468 | | |
1473 | 1469 | | |
1474 | 1470 | | |
| |||
1486 | 1482 | | |
1487 | 1483 | | |
1488 | 1484 | | |
1489 | | - | |
1490 | | - | |
1491 | 1485 | | |
1492 | 1486 | | |
1493 | 1487 | | |
| |||
1503 | 1497 | | |
1504 | 1498 | | |
1505 | 1499 | | |
1506 | | - | |
| 1500 | + | |
1507 | 1501 | | |
1508 | 1502 | | |
1509 | 1503 | | |
| |||
1531 | 1525 | | |
1532 | 1526 | | |
1533 | 1527 | | |
1534 | | - | |
1535 | | - | |
1536 | 1528 | | |
1537 | 1529 | | |
1538 | 1530 | | |
| |||
1557 | 1549 | | |
1558 | 1550 | | |
1559 | 1551 | | |
1560 | | - | |
| 1552 | + | |
1561 | 1553 | | |
1562 | 1554 | | |
1563 | 1555 | | |
| |||
0 commit comments