mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

Improve file found in multiple build targets warning ### What does this PR try to resolve? close https://github.com/rust-lang/cargo/issues/11248. Improve file found in multiple build targets warning. This PR tries to print the target name and kind in the warning message. ### How should we test and review this PR? - [x] Unit Test