This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 153bafc
authored
Unrolled build for rust-lang#118231
Rollup merge of rust-lang#118231 - RalfJung:const-raw-slice-empty, r=cuviper
also add is_empty to const raw slices
We have this on mutable raw slices but not const raw slices, which makes little sense.
Cc rust-lang#711462 files changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1644 | 1644 | | |
1645 | 1645 | | |
1646 | 1646 | | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
1647 | 1665 | | |
1648 | 1666 | | |
1649 | 1667 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1920 | 1920 | | |
1921 | 1921 | | |
1922 | 1922 | | |
| 1923 | + | |
1923 | 1924 | | |
1924 | | - | |
1925 | | - | |
1926 | | - | |
| 1925 | + | |
| 1926 | + | |
1927 | 1927 | | |
1928 | 1928 | | |
1929 | 1929 | | |
| |||
0 commit comments