-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: With writeln!
after recent changes in std::fmt
#19142
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
Labels
A-syntaxext
Area: Syntax extensions
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
japaric
pushed a commit
to bheisler/criterion.rs
that referenced
this issue
Nov 20, 2014
This is a dupe of #14091, closing. |
The real error here is obscured by a well-known bug in codemap that causes diagnostics to blow up if they originate in code expanded from external macros. We really need to fix that one... |
This was referenced Nov 20, 2014
pfalabella
added a commit
to pfalabella/rust-rosetta
that referenced
this issue
Nov 21, 2014
GauravBholaris
pushed a commit
to GauravBholaris/criterion.rs
that referenced
this issue
Jul 20, 2022
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Feb 17, 2025
Spawn toolchain querying processes in parallel
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-syntaxext
Area: Syntax extensions
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
STR
Output
Version
Equivalent code was compiling with:
But now it's ICEing on: 1d81776
I think #19040 may have introduced the ICE.
cc @alexcrichton
The text was updated successfully, but these errors were encountered: