This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 8701cba
authored
Unrolled build for rust-lang#124579
Rollup merge of rust-lang#124579 - RalfJung:align-bytes-usize, r=fmease
Align: add bytes_usize and bits_usize
This matches `Size::bytes/bits_usize`. I recently wanted this in Miri as well.2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
745 | 750 | | |
746 | 751 | | |
747 | 752 | | |
748 | 753 | | |
749 | 754 | | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
750 | 760 | | |
751 | 761 | | |
752 | 762 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
0 commit comments