mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
2b91c40c19
`imported_source_files` adjusts lots of file positions, and then calls `new_imported_source_file`, which then adjust them all again. This commit combines the two adjustments into one, for a small perf win.