alisaifee opened a new pull request #2488:
URL: https://github.com/apache/thrift/pull/2488
## Description
CI (cross tests) is currently failing due to the `clap` dependency being
pinned as `2.33` instead of `~2.33`. In practice `2.33` is interpreted as a
caret requirement which translates to `>=2.33, < 3.0.0` and thus 2.34 is
attempted which results in the following error:
```
error[E0658]: use of unstable library feature 'matches_macro'
-->
/home/aliakber.saifee/.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
```
An example build failure can be seen in
[travis](https://app.travis-ci.com/github/apache/thrift/jobs/551099274#L5789)
<!--
The Contributing Guide at:
https://github.com/apache/thrift/blob/master/CONTRIBUTING.md
has more details and tips for committing properly.
-->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]