rust/compiler/rustc_middle
bors 56e28e904d Auto merge of #110343 - saethlin:encode-initmask, r=lqd
Bypass the varint path when encoding InitMask

The data in a `InitMask` is stored as `u64` but it is a large bitmask (not numbers) so varint encoding doesn't make sense.
2023-04-17 19:31:45 +00:00
..
2023-03-25 02:12:13 +01:00

For more information about how rustc works, see the rustc dev guide.