mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

`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.