rust/src/test
Esteban Küber aaf3e318fc Do not emit type errors on recovered blocks
When a parse error occurs on a block, the parser will recover and create
a block with the statements collected until that point. Now a flag
stating that a recovery has been performed in this block is propagated
so that the type checker knows that the type of the block (which will be
identified as `()`) shouldn't be checked against the expectation to
reduce the amount of irrelevant diagnostic errors shown to the user.
2017-12-21 14:57:42 -08:00
..
codegen rustc_trans: approximate ABI alignment for padding/union fillers. 2017-12-15 11:35:32 +02:00
codegen-units Update miri to rustc changes 2017-12-06 09:25:29 +01:00
compile-fail Do not emit type errors on recovered blocks 2017-12-21 14:57:42 -08:00
compile-fail-fulldeps Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
debuginfo Update miri to rustc changes 2017-12-06 09:25:29 +01:00
incremental incr.comp.: Mark DepKind node as input. 2017-12-18 15:40:07 +01:00
mir-opt Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1 2017-12-20 23:26:20 +00:00
parse-fail Do not emit type errors on recovered blocks 2017-12-21 14:57:42 -08:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
run-fail Update miri to rustc changes 2017-12-06 09:25:29 +01:00
run-fail-fulldeps
run-make Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
run-pass Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis 2017-12-21 08:04:57 +00:00
run-pass-fulldeps Do not emit type errors on recovered blocks 2017-12-21 14:57:42 -08:00
run-pass-valgrind Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rustdoc Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus 2017-12-20 21:21:56 +08:00
ui Do not emit type errors on recovered blocks 2017-12-21 14:57:42 -08:00
ui-fulldeps Do the same things for fulldeps tests 2017-12-14 23:26:40 +03:00
COMPILER_TESTS.md Fix rebase 2017-12-14 23:54:08 +03:00