-
Notifications
You must be signed in to change notification settings - Fork 13.4k
This compiles and shouldn't. #700
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-type-system
Area: Type system
Comments
This is probably a dup of #481. |
Partially. There's the design question of whether it's legal to refer to a variable before it's declared. In this example, however, |
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
group signed and unsigned integers in layout table
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
Use upstream cranelift
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Jun 3, 2025
…8T22-28-58Z chore: release v0.1.131
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry it's so long, it wasn't obvious how to reduce it. This is code copied out of trans_comm.rs, but with some as-yet uncommitted changes. It's causing an LLVM assert because I'm passing llchanval to Build in the
auto target = ...
line. I'm using llchanval before it's even declared, let along initialized.The text was updated successfully, but these errors were encountered: