-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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: Unexpected def kind GlobalAsm
#137471
Labels
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
F-naked_functions
`#![feature(naked_functions)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
fmease
added a commit
to fmease/rust
that referenced
this issue
Feb 26, 2025
…r-body, r=oli-obk Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 26, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: aarch64-apple
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 4, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: aarch64-apple
jhpratt
added a commit
to jhpratt/rust
that referenced
this issue
Mar 4, 2025
…r-body, r=oli-obk Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: aarch64-apple
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Mar 4, 2025
…r-body, r=oli-obk Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: aarch64-apple
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Mar 5, 2025
…r-body, r=oli-obk Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: aarch64-apple
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 5, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 5, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 5, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this issue
Mar 6, 2025
…r-body, r=oli-obk Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various
Noratrieb
added a commit
to Noratrieb/rust
that referenced
this issue
Mar 6, 2025
…r-body, r=oli-obk Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 6, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various try-job: x86_64-apple-2
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 6, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various try-job: x86_64-apple-2
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 7, 2025
…body, r=<try> Don't include global asm in `mir_keys`, fix error body synthesis r? oli-obk Fixes rust-lang#137470 Fixes rust-lang#137471 Fixes rust-lang#137472 Fixes rust-lang#137473 try-job: test-various try-job: x86_64-apple-2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
F-naked_functions
`#![feature(naked_functions)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
auto-reduced (treereduce-rust):
original:
This worked before #137180
Version information
Possibly related line of code:
rust/compiler/rustc_middle/src/mir/pretty.rs
Lines 650 to 662 in bca5f37
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc --emit=mir
Program output
@rustbot label +F-naked_functions
The text was updated successfully, but these errors were encountered: