rust/src/librustc_span/source_map
Arlo Siemsen f41aa161c2 Normalize source when loading external foreign source into SourceMap
The compiler normalizes source when reading files initially (removes BOMs, etc), but not when loading external sources.

Fixes #70874 by normalizing when loading external sources too. Adds a test to verify normalization.
2020-04-11 23:26:46 -07:00
..
tests.rs Normalize source when loading external foreign source into SourceMap 2020-04-11 23:26:46 -07:00