You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Jens Geyer <je...@apache.org> on 2021/12/02 22:05:48 UTC

error[E0658]: use of unstable library feature 'matches_macro' breakss Rust CI

    Checking clap v2.34.0
error[E0658]: use of unstable library feature 'matches_macro'
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.34.0/src/errors.rs:392:10
    |
392 |         !matches!(
    |          ^^^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/65721
    Checking ordered-float v1.1.1
    Checking thrift v0.16.0 (/thrift/src/lib/rs)
error: aborting due to previous error