-
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 when compiling with RUST_LOG=rustc::middle
#18075
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
kmcallister
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Oct 15, 2014
Smaller example: fn main() {
::std::fmt::argument({loop{}}, &1i);
} Compile with
|
This still ICEs for me. |
Can't reproduce anymore with |
Can't reproduce either |
jooert
added a commit
to jooert/rust
that referenced
this issue
May 12, 2015
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Sep 25, 2024
feat: render patterns in params for hovering Fix rust-lang#17858 This PR introduces an option to [hir-def/src/body/pretty.rs](https://github.com/rust-lang/rust-analyzer/blob/08c7bbc2dbe4dcc8968484f1a0e1e6fe7a1d4f6d/crates/hir-def/src/body/pretty.rs) to render the result as a single line, which is then reused for rendering patterns in parameters for hovering.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ICE when compiling a simple program with
RUST_LOG=rustc::middle
. It does not crash when usingRUST_LOG=rustc::middle::trans
.It also depends on the program being compiled if it crashes or not.
The text was updated successfully, but these errors were encountered: