-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE when compiling with RUST_LOG=rustc::middle
#18075
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
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.
# for free
to join this conversation on GitHub.
Already have an account?
# 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: