Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sources do not compile with Rust v. 1.54 #57

Closed
andrey-kuprianov opened this issue Aug 16, 2021 · 0 comments
Closed

Sources do not compile with Rust v. 1.54 #57

andrey-kuprianov opened this issue Aug 16, 2021 · 0 comments

Comments

@andrey-kuprianov
Copy link
Contributor

After updating to Rust v. 1.54 the sources stop to compile, giving multiple variants of the following error:

error[E0277]: the trait bound `ApalacheMethods: clap::Args` is not satisfied
  --> modelator/src/cli/mod.rs:24:14
   |
24 |     Apalache(ApalacheMethods),
   |              ^^^^^^^^^^^^^^^ the trait `clap::Args` is not implemented for `ApalacheMethods`
   |
   = note: required by `augment_args_for_update`

@rnbguy could you please take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant