cargo/src
bors 247ca7fd04 Auto merge of #11087 - weihanglo:issue-11013, r=epage
Report cmd aliasing failure with more contexts

### What does this PR try to resolve?

Commands aliasing resolution should report TOML parsing error to users.

Fixes #11013.

### How should we test and review this PR?

https://github.com/rust-lang/cargo/pull/11087/commits/ef7a4ef is the most important commit in this PR. `has_key` now throws errors after this PR, so any use `Config::get<Option<…>>()` is affected if there is a malformed config. Had a skim over all usages of `get::<Option<…>>`, `get_string` and `get_path`, I don't feel any of them should ignore errors.
2022-09-22 14:51:58 +00:00
..
bin/cargo doc: rustdoc for `aliased_command` 2022-09-22 10:52:39 +01:00
cargo Auto merge of #11087 - weihanglo:issue-11013, r=epage 2022-09-22 14:51:58 +00:00
doc Auto merge of #10938 - ptdecker:add-author-example, r=weihanglo 2022-09-21 20:44:58 +00:00
etc Expand details for `--config` cli arg 2022-09-13 10:25:54 +01:00