rust/src/test
Nick Hamann 0c22cd7906 Fix error message for E0256 in certain cases.
Previously, it said "import `Foo` conflicts with existing submodule" even
when it was a type alias, enum, or trait. The message now says the conflict
is with "type in this module" in the case of the first two, and "trait in
this module" for the last one.

Fixes #24081.
2015-06-16 18:55:52 -05:00
..
auxiliary Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
bench Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
codegen Revamp codegen tests to check IR quality instead of quantity 2015-05-27 12:08:31 +02:00
compile-fail Fix error message for E0256 in certain cases. 2015-06-16 18:55:52 -05:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo ignore-test cleanup 2015-06-12 14:16:16 -04:00
parse-fail Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
pretty Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-fail Auto merge of #26071 - petrochenkov:assert1, r=alexcrichton 2015-06-14 19:42:26 +00:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-pass Make impl-trait-ref associated types work in methods 2015-06-15 18:27:35 +03:00
run-pass-fulldeps Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00