-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Doc & test update after change in eh_unwind_resume signature #29898
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
Can confirm. This is still an error. |
Ran into the same issue. |
Which documentation is incorrect here? |
|
related: #33677 |
There's some documentation here now: https://doc.rust-lang.org/nightly/unstable-book/language-features/lang-items.html Does this need to be expanded further? |
I think that page is sufficient. I'm going to close this, in favor of more targeted issues being filed as users encounter problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building a bare metal application with the nightly version of rustc 1.6.0-dev (3042fed 2015-11-16) I get an assert in LLVM:
After investigating a bit it seems the issue comes after a change in eh_unwind_resume signature from () to (*mut u8).
Doc needs to updated for sure, but I found that some tests are using it as well.
A validation of the signature would also help people when migrating by providing a specific error message.
The text was updated successfully, but these errors were encountered: