-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
LLVM assertion using bare self value #5321
Labels
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Milestone
Comments
This was referenced Mar 21, 2013
note that switching to &self here does work; but I agree this is a bug |
assigning bug; change assignment if you disagree |
ghost
assigned nikomatsakis
Apr 30, 2013
Adding a teensy bit of logging to PointerCast (log span_to_str of the block) shows that PointerCast is dying on |
luqmana
added a commit
to luqmana/rust
that referenced
this issue
May 20, 2013
luqmana
added a commit
to luqmana/rust
that referenced
this issue
May 24, 2013
Reproduced with efd1438 |
luqmana
added a commit
to luqmana/rust
that referenced
this issue
Jun 28, 2013
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
May 2, 2020
rustup rust-lang#68944 changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
The text was updated successfully, but these errors were encountered: