rust/src/test
Esteban Küber d96f9d47ac Point at return type always when type mismatch against it
Before this, the diagnostic errors would only point at the return type
when changing it would be a possible solution to a type error. Add a
label to the return type without a suggestion to change in order to make
the source of the expected type obvious.

Follow up to #42850, fixes #25133, fixes #41897.
2017-07-25 22:11:15 -07:00
..
codegen Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichton 2017-07-23 01:57:37 +00:00
codegen-units Adapt cgu-partitioning tests to pre-trans symbol internalization. 2017-07-13 13:29:25 +02:00
compile-fail Point at return type always when type mismatch against it 2017-07-25 22:11:15 -07:00
compile-fail-fulldeps Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton 2017-07-20 09:01:58 +00:00
debuginfo Pretty-printers tests: gdbr -> gdb 2017-06-09 18:51:28 +03:00
incremental Detect implicitly defined late bound lifetime parameters as well 2017-07-18 00:12:48 +03:00
mir-opt Update basic_assignment test to reflect small changes to codegen. 2017-06-12 13:06:42 +02:00
parse-fail Fix some doc/comment typos. 2017-07-23 22:48:01 +07:00
pretty
run-fail updated assert_eq test, fixed incorrect assert_ne message and added test. 2017-06-13 14:17:59 +01:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Auto merge of #43327 - nrc:rls-config, r=eddyb 2017-07-24 07:29:25 +00:00
run-pass Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1 2017-07-25 04:00:19 +00:00
run-pass-fulldeps Update and fix a few tests 2017-06-26 02:08:14 +00:00
run-pass-valgrind Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
rustdoc remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
ui Point at return type always when type mismatch against it 2017-07-25 22:11:15 -07:00
ui-fulldeps Change some helps to suggestions 2017-07-17 10:03:37 +02:00
COMPILER_TESTS.md Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normalization works. 2017-07-11 16:57:53 +08:00