rust/src/test/run-make/extern-diff-internal-name
Alex Crichton 9d0b3c9fc9 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.
2015-01-06 08:22:59 -08:00
..
lib.rs Add regression test for #17186 2014-09-12 18:09:47 -07:00
Makefile rustc: Turn off multiple versions of crate warning 2015-01-06 08:22:59 -08:00
test.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00