mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
45439945c9
The previous method ran into problems because ICH would treat Spans as (file,line,col) but the cache contained byte offsets and its possible for the latter to change while the former stayed stable.