Update to new bootstrap compiler

This commit is contained in:
Mark Rousskov 2021-06-24 12:47:33 -04:00
parent 17ea490310
commit 06661ba759
25 changed files with 11 additions and 394 deletions

View file

@ -942,9 +942,7 @@ impl Tester for Collector {
// compiler failures are test failures
should_panic: testing::ShouldPanic::No,
allow_fail: config.allow_fail,
#[cfg(not(bootstrap))]
compile_fail: config.compile_fail,
#[cfg(not(bootstrap))]
no_run,
test_type: testing::TestType::DocTest,
},