When run
cargo install --force cargo-binutils@0.4.0
cargo profdata -- --help
It will panic with the following message:
thread 'main' panicked at /home/zhangjingqiang/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.46/src/parser/matches/arg_matches.rs:185:17:
arg `no-default-features`'s `ArgAction` should be one of `SetTrue`, `SetFalse` which should provide a default
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When run
It will panic with the following message: