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
Hi there! I got this error while trying to build frawk with cargo:
no method named about found for struct clap::Arg in the current scope
The context of this error is shown below:
error[E0599]: no method named `about` found for struct `clap::Arg` in the current scope
--> src/main.rs:320:15
|
320 | ... .about("the optimization level for the program. Positive levels determine the optimization level for LLVM. Level -1 forces bytecode...
| ^^^^^ method not found in `clap::Arg<'_>`
any idea about how to deal with it?
The text was updated successfully, but these errors were encountered:
Hi there! I got this error while trying to build
frawk
withcargo
:no method named about found for struct clap::Arg in the current scope
The context of this error is shown below:
any idea about how to deal with it?
The text was updated successfully, but these errors were encountered: