-
Notifications
You must be signed in to change notification settings - Fork 11
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_asm macro has been deprecated #10
Comments
Hey there, I notice that the It works for me with current
I notice in rust-lang/rust#70173 that some time ago people temporarily started getting errors saying that I can compile the crate fine on my machine. Re. updating to the new The Rust toolchain needs currently not-implemented target-specific support for enabling the
What version of nightly are you using/does upgrading fix the problem? |
any improvements? |
The |
I’m getting an error with the latest nightly with both 0.3.1 and 0.3.2:
|
Yeah, I'm getting the same issue as @andrewshadura. Is there a way around this error? |
I got a similar issue and got it to work bychanging the nightly version to nightly-2021-01-07
|
rust-lang/rust#92816 |
|
This not an issue any more. |
llvm_asm! has been deprecated, and it no longer works...
and trying to get it to work makes it not work in other ways.
The text was updated successfully, but these errors were encountered: