--pretty=expanded crashes with --remap-path-prefix #80832
Labels
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
in
t.rs
.With
rustc +nightly -Zunstable-options --pretty=expanded ./t.rs
I see the expected output:However adding
--remap-path-prefix ./=
causes an ICE:Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: