]> git.lizzy.rs Git - rust.git/commit
rustc: Turn off multiple versions of crate warning
authorAlex Crichton <alex@alexcrichton.com>
Tue, 6 Jan 2015 07:23:11 +0000 (23:23 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 6 Jan 2015 16:22:59 +0000 (08:22 -0800)
commit9d0b3c9fc91dbde74f7cafc85377432447c0d364
tree18d88eaca98109cb6a246f63c1a85d4875f03d48
parent8efd9901b628d687d11a4d0ccc153553b38ada49
rustc: Turn off multiple versions of crate warning

This warning has been around in the compiler for quite some time now, but the
real place for a warning like this, if it should exist, is in Cargo, not in the
compiler itself. It's a first-class feature of Cargo that multiple versions of a
crate can be compiled into the same executable, and we shouldn't be warning
about our first-class features.
src/librustc/metadata/creader.rs
src/test/run-make/extern-diff-internal-name/Makefile
src/test/run-make/multiple-versions/Makefile [deleted file]
src/test/run-make/multiple-versions/bar.rs [deleted file]
src/test/run-make/multiple-versions/foo.rs [deleted file]