mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 08:30:40 +00:00
Spans are now stored in a more compact form which cuts down on at least 1 byte per span (indirect/direct encoding) and at most 3 bytes per span (indirect/direct encoding, context byte, length byte). As a result, libcore metadata shrinks by 1.5MB.