rust/src/test
David Wood 813c994a75
rustc_mir: Re-use report_selection_error.
This commit replaces the new error that was being emitted in NLL type
check with a call to `report_selection_error` so that the same trait
error as before this PR is emitted.
2019-07-07 19:51:31 +01:00
..
assembly
auxiliary
codegen
codegen-units
compile-fail Make WhileTrue into an EarlyLintPass lint. 2019-07-06 06:43:58 +02:00
debuginfo
incremental while_{let_}loops/change_{break,continue}: typeck_tables_of clean. 2019-07-06 06:43:58 +02:00
mir-opt Bless mir-opt/while-storage.rs. 2019-07-06 06:43:58 +02:00
pretty
run-fail
run-make
run-make-fulldeps rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
run-pass Collect library features from non-exported macros 2019-07-07 13:04:07 +03:00
run-pass-fulldeps Link compiler plugins to rustc_driver 2019-07-07 03:23:02 +02:00
run-pass-valgrind
rustdoc rustdoc: set cfg(doctest) when collecting doctests 2019-07-06 21:37:17 -05:00
rustdoc-js
rustdoc-js-std
rustdoc-ui force single-threaded text execution 2019-07-06 21:41:11 -05:00
rustfix
ui rustc_mir: Re-use report_selection_error. 2019-07-07 19:51:31 +01:00
ui-fulldeps Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
COMPILER_TESTS.md