found while checking #116658 with
rustc 1.75.0-nightly (c1691db36 2023-10-11)
binary: rustc
commit-hash: c1691db366c0f2e2341c60377c248ca2d9335076
commit-date: 2023-10-11
host: x86_64-unknown-linux-gnu
release: 1.75.0-nightly
LLVM version: 17.0.2
When you run the snipped above with --edition, rustc panics, but the exit status is 1 as if there was just a normal compiler error, instead of a 101.
This tripped up automatic ice-reduction that relies on a somewhat familiar exit code when the program crashes 😅
found while checking #116658 with
When you run the snipped above with
--edition, rustc panics, but the exit status is1as if there was just a normal compiler error, instead of a101.This tripped up automatic ice-reduction that relies on a somewhat familiar exit code when the program crashes 😅