You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
After updating to Rust v. 1.54 the sources stop to compile, giving multiple variants of the following error:
@rnbguy could you please take a look?
The text was updated successfully, but these errors were encountered: