mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Building `systest` fails with nightly `rustc` #56

Closed kinetiknz closed 3 years ago

kinetiknz commented 3 years ago

systest uses ctest, which uses syntex_syntax2, which uses extprim:

    Compiling syntex_pos v0.59.1
error[E0557]: feature has been removed
  --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/extprim-1.7.1/src/lib.rs:58:81
   |
58 | #![cfg_attr(extprim_channel="unstable", feature(llvm_asm, test, specialization, const_fn))]
   |                                                                                 ^^^^^^^^ feature has been removed
   |
   = note: split into finer-grained feature gates

A fix PR is pending upstream (https://github.com/kennytm/extprim/pull/21).