-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICE: called Result::unwrap() on an Err value: ParseIntError { kind: PosOverflow }
in rustc_builtin_macros/src/format_foreign.rs
#137580
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Smaller: fn main() {
println!("%65536$", 1);
} Error output
Variant of #125002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Be aware of quotation mark locations.
Original Code (Mutant from Fuzzing)
Meta
rustc --version --verbose
:Error output
Backtrace
Note
compiler/rustc_builtin_macros/src/format_foreign.rs Line-417
rust/compiler/rustc_builtin_macros/src/format_foreign.rs
Lines 409 to 419 in 617aad8
The text was updated successfully, but these errors were encountered: