Files
rust/compiler/rustc_incremental
Zalathar 505dabc2a0 Tiny improvements to incremental header reads/writes
The standard library has helper methods for converting integers to/from
little-endian bytes, for checked conversion from `usize` to `u8`, and for
treating `&mut T` as `&mut [T; 1]`.
2026-03-27 13:46:50 +11:00
..