mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
a991861ec9
Use relative positions inside a SourceFile. This allows to remove the normalization of start positions for hashing, and simplify allocation of global address space. cc `@Zoxc`
For more information about how rustc works, see the rustc dev guide.