]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10968 - hi-rustin:rustin-patch-msg, r=ehuss
authorbors <bors@rust-lang.org>
Thu, 11 Aug 2022 03:23:09 +0000 (03:23 +0000)
committerbors <bors@rust-lang.org>
Thu, 11 Aug 2022 03:23:09 +0000 (03:23 +0000)
commit1ac43cf64928cb27c96b28fc0e4e3d5789435f54
tree3560c08b35ee291d3fb46598b28c740a218c95ac
parenta120cfe08ee826d64a5cd99ef2c1e5b52a6fefd2
parent6bb405055205cbbb43c4164c21cec2f536ca9e07
Auto merge of #10968 - hi-rustin:rustin-patch-msg, r=ehuss

Improve error msg for get target runner

Actually, we'll get this config from three places. So this msg may be confusing when you set it up in `.cargo/config.toml` or pass it by `--config`.
We already printed the location of the config, so I think it's OK to change it to `configurations`.