-
Notifications
You must be signed in to change notification settings - Fork 18
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
error: <inline asm>:11:1: this directive must appear between .cfi_startproc and .cfi_endproc directives #41
Comments
This is a rustc regression. Would you mind filing an issue to rust-lang/rust? |
@nbdd0121 as the crate author you could emit the |
I noticed you mentioned it on that PR, and there was a comment saying it was "working as intended". Would you still like me to open an issue? |
Since |
#42 now passes with the addition of the fix suggested in rust-lang/rust#134403 (comment) |
The latest version of nightly Rust has started producing the error mentioned above:
This can be reproduced by installing the latest Rust nightly (d4025ee45 as of this issue) and running the following on the appropriate rust source tree:
The text was updated successfully, but these errors were encountered: