extprim icon indicating copy to clipboard operation
extprim copied to clipboard

Fails to build on nightly after const fn is stable

Open kornelski opened this issue 4 years ago • 0 comments

error[E0557]: feature has been removed
Error:   --> /Users/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

rustc 1.54.0-nightly (21e92b973 2021-05-12)

kornelski avatar Jun 04 '21 22:06 kornelski