Skip to content
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

Fails to build on nightly #97

Open
wez opened this issue May 25, 2020 · 1 comment
Open

Fails to build on nightly #97

wez opened this issue May 25, 2020 · 1 comment

Comments

@wez
Copy link

wez commented May 25, 2020

The build (for ssh2's tests) is failing on nightly rust because of the extprim transitive dep via the unmaintained syntex crate. Can this dependency be replaced?

error: legacy asm! syntax is no longer supported
   --> C:\Users\wez\.cargo\registry\src\github.jparrowsec.cn-1ecc6299db9ec823\extprim-1.7.0\src\u128.rs:884:9
    |
884 |           asm!("
    |           ^---
    |           |
    |  _________help: replace with: `llvm_asm!`
    | |
885 | |             movq $2, %rax
886 | |             mulq $3
887 | |             movq %rax, $0
...   |
891 | |         : "r"(left), "r"(right)
892 | |         : "rax", "rdx");
    | |________________________^

error: aborting due to previous error

error: could not compile `extprim`.
@sagebind
Copy link

Here's the extprim PR: kennytm/extprim#18. It hasn't been published yet though: kennytm/extprim#19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants