ICE with -Zprint-type-sizes #89034
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.
Steps to reproduce
Create a new cargo project with
cargo init
Update Cargo.toml with the following:
Compile with the following:
RUST_BACKTRACE=1 RUSTFLAGS=-Zprint-type-sizes cargo build --release
Also happens with 2018 edition. Practically I know the library generating this is deprecated, however it's brought in from another dependency in my project.
The text was updated successfully, but these errors were encountered: