rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

ICE compiling icu_locid_transform #1407

Closed g2p closed 8 months ago

g2p commented 8 months ago

rustc-ice-2023-10-31T19_27_33-11089.txt

With current nightly:

rustc 1.75.0-nightly (31bc7e2c4 2023-10-30)

Reproducer:

# cargo new foo; cd foo
cargo add icu_locid_transform
CARGO_PROFILE_DEV_CODEGEN_BACKEND=cranelift RUSTC_BACKTRACE=1 CARGO_INCREMENTAL=0 \
cargo +nightly build -p icu_locid_transform
g2p commented 8 months ago

It happens without cranelift! Sorry, it's https://github.com/rust-lang/rust/issues/117455; I had jumped on nightly due to the new component release.