1
Fork 0

Remove compile-fail test suite

This commit is contained in:
Vadim Petrochenkov 2020-12-28 20:15:16 +03:00
parent 158f8d034b
commit 4d2d0bad4e
116 changed files with 516 additions and 196 deletions

View file

@ -889,7 +889,7 @@ fn analysis(tcx: TyCtxt<'_>, cnum: CrateNum) -> Result<()> {
// Avoid overwhelming user with errors if borrow checking failed.
// I'm not sure how helpful this is, to be honest, but it avoids a
// lot of annoying errors in the compile-fail tests (basically,
// lot of annoying errors in the ui tests (basically,
// lint warnings and so on -- kindck used to do this abort, but
// kindck is gone now). -nmatsakis
if sess.has_errors() {