ICE: attempt to add with overflow', src/librustc_errors/emitter.rs:128:29 #72509
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc build config
When I use the resulting rustc and run my crashfinder which runs
RUST_BACKTRACE=full "build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "./src/librustc_ast_lowering/pat.rs" "-Zmir-opt-level=3" "--emit" "mir" "-Zsave-analysis" "-o" "/dev/null" "-Zdump-mir-dir=/dev/null"
I get the following crash:
However I have not managed to reproduce this by executing the command in the command line for some reason :/
Meta
rustc is @ 75b0a68
Backtrace
The text was updated successfully, but these errors were encountered: