command rustc --print file-names
panics on various Linux
#110710
Labels
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.
Bug
Command
rustc --print file-names
panics on at least two Linuxii.Platform
I observed the panic on Alpine 3.17.3 Linux, Ubuntu 22.04.02 on WSL2.
Code
Generate a default project,
cargo init rust_test1
main.rs
should haveMeta
rustc --version --verbose
on Alpine:rustc --version --verbose
on Ubuntu 22:Installed is profile minimal, stable on Alpine.
Installed is profile complete, stable on Ubuntu 22.
Error output
The panic on Alpine Linux
The panic on Ubuntu 22
Backtrace
(it builds fine; that's not the bug here)
Similar to #110709 .
The text was updated successfully, but these errors were encountered: