Files
rust/compiler/rustc_span/src
Dylan DPC 7ce8246a23 Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco
Fix --pretty=expanded with --remap-path-prefix

Per https://github.com/rust-lang/rust/issues/80832, using
--pretty=expanded and --remap-path-prefix results in an ICE.

This is becasue the session source files table is stored in remapped
form, whereas --pretty-expanded looks up unremapped files. This remaps
the path prefixes before lookup.

~~There don't appear to be any existing tests for --pretty=expanded; I'll look into
adding some.~~ Never mind, found the pretty tests.

Fixes #80832
2021-01-13 03:20:21 +01:00
..
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-12-03 17:08:19 -05:00
2020-12-31 19:06:09 +01:00
2020-08-30 18:45:07 +03:00
2020-12-25 14:02:52 -08:00
2020-12-25 14:02:52 -08:00
2020-08-30 18:45:07 +03:00