ctest icon indicating copy to clipboard operation
ctest copied to clipboard

Fails to build on nightly

Open wez opened this issue 4 years ago • 1 comments

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.com-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`.

wez avatar May 25 '20 18:05 wez

Here's the extprim PR: https://github.com/kennytm/extprim/pull/18. It hasn't been published yet though: https://github.com/kennytm/extprim/issues/19.

sagebind avatar May 29 '20 19:05 sagebind