-
Notifications
You must be signed in to change notification settings - Fork 13.3k
LLVM abort: Ptr must be a pointer to Val type! #24589
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
Comments
GDB backtrace from nightly
|
dotdash
added a commit
to dotdash/rust
that referenced
this issue
May 25, 2015
Fat pointers aren't immediate, so in a datum, they're not actually ByValue but ByRef. Fixes rust-lang#24589
dotdash
added a commit
to dotdash/rust
that referenced
this issue
May 25, 2015
Fat pointers aren't immediate, so in a datum, they're not actually ByValue but ByRef. Fixes rust-lang#24589
bors
added a commit
that referenced
this issue
May 25, 2015
Fat pointers aren't immediate, so in a datum, they're not actually ByValue but ByRef. Fixes #24589
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(imported from improperly closed bug #23679)
Code (playpen):
yields rustc crash (LLVM assert):
The text was updated successfully, but these errors were encountered: