]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #10082 - basile-henry:basile/alias-shadow-external-warning, r=ehuss
authorbors <bors@rust-lang.org>
Wed, 17 Nov 2021 18:36:37 +0000 (18:36 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 Nov 2021 18:36:37 +0000 (18:36 +0000)
Warn when alias shadows external subcommand

As per #10049, we start by emitting a warning when an alias shadows an
existing external subcommand. After a transition period (duration not
specified), we will make this a hard error.

Should the warning mention that this will become a hard error?

1  2 
src/bin/cargo/cli.rs

Simple merge