rust/src/test
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
..
auxiliary More test fixes! 2015-01-05 22:58:37 -08:00
bench Merge core::num::Float and std::num::FloatMath. 2015-01-06 23:21:27 +11:00
codegen
compile-fail More test fixes! 2015-01-05 22:58:37 -08:00
compile-fail-fulldeps
debuginfo rollup merge of #20482: kmcallister/macro-reform 2015-01-05 19:01:17 -08:00
pretty rollup merge of #20482: kmcallister/macro-reform 2015-01-05 19:01:17 -08:00
run-fail rollup merge of #20482: kmcallister/macro-reform 2015-01-05 19:01:17 -08:00
run-make rustc: Turn off multiple versions of crate warning 2015-01-06 08:22:59 -08:00
run-pass More test fixes! 2015-01-05 22:58:37 -08:00
run-pass-fulldeps
run-pass-valgrind