Argument conflict ignored on global
s specified at different levels
#5335
Labels
C-bug
Category: Updating dependencies
global
s specified at different levels
#5335
Please complete the following tasks
Rust Version
1.75.0
Clap Version
4.4.12
Minimal reproducible code
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=8fa6a4126712c787b6170a7663e929e7
Steps to reproduce the bug with the above code
cargo run
/ run the Playground snippetActual Behaviour
The first line of
main
(cli -a foo -b
) doesn't explode, but the second line does.Expected Behaviour
The first line should explode as well.
Additional Context
I think this is another manifestation of #1546 (comment)
Debug Output
No response
The text was updated successfully, but these errors were encountered: