rust/src/test
bors 8d67f576b5 Auto merge of #71049 - eddyb:const-err, r=oli-obk
Add `ConstKind::Error` and convert `ErrorHandled::Reported` to it.

By replicating the `ty::Error` approach to encoding "an error has occurred", all of the mechanisms that skip redundant/downstream errors are engaged and help out (see the reduction in test output).

This PR also adds `ErrorHandled::Linted` for the lint case because using `ErrorHandled::Reported` *without* having emitted an error that is *guaranteed* to stop compilation, is incorrect now.

r? @oli-obk cc @rust-lang/wg-const-eval @varkor @yodaldevoid
2020-04-17 11:52:01 +00:00
..
assembly
auxiliary
codegen Add hash of source files in debug info 2020-04-02 14:13:19 -07:00
codegen-units Keep codegen units unmerged when building compiler builtins 2020-04-06 00:00:00 +00:00
compile-fail typeck: workaround WF hole in to_const. 2020-04-14 19:31:31 +03:00
debuginfo
incremental Tests. 2020-04-14 10:52:19 -04:00
mir-opt Remove other Rvalues 2020-04-15 14:53:41 -04:00
pretty
run-fail
run-make
run-make-fulldeps Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu 2020-04-13 00:59:36 +00:00
run-pass-valgrind
rustdoc rustdoc: Don't try to load source files from external crates 2020-04-08 18:35:17 +01:00
rustdoc-js
rustdoc-js-std
rustdoc-ui rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
rustfix
ui Auto merge of #71049 - eddyb:const-err, r=oli-obk 2020-04-17 11:52:01 +00:00
ui-fulldeps rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
COMPILER_TESTS.md