Fix rustc test suite
This commit is contained in:
parent
b972010887
commit
49987faf87
@ -122,7 +122,6 @@ rm tests/ui/typeck/issue-46112.rs # same
|
|||||||
rm tests/ui/consts/const_cmp_type_id.rs # same
|
rm tests/ui/consts/const_cmp_type_id.rs # same
|
||||||
rm tests/ui/consts/issue-73976-monomorphic.rs # same
|
rm tests/ui/consts/issue-73976-monomorphic.rs # same
|
||||||
rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
|
rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
|
||||||
rm tests/ui/consts/const-eval/nonnull_as_ref_ub.rs # same
|
|
||||||
rm tests/ui/consts/issue-94675.rs # same
|
rm tests/ui/consts/issue-94675.rs # same
|
||||||
rm tests/ui/associated-types/issue-85103-layout-debug.rs # same
|
rm tests/ui/associated-types/issue-85103-layout-debug.rs # same
|
||||||
|
|
||||||
|
@ -415,8 +415,7 @@ pub(crate) fn run_aot(
|
|||||||
)
|
)
|
||||||
.0
|
.0
|
||||||
}
|
}
|
||||||
CguReuse::PreLto => unreachable!("LTO not yet supported"),
|
CguReuse::PreLto | CguReuse::PostLto => {
|
||||||
CguReuse::PostLto => {
|
|
||||||
concurrency_limiter.job_already_done();
|
concurrency_limiter.job_already_done();
|
||||||
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))
|
OngoingModuleCodegen::Sync(reuse_workproduct_for_cgu(tcx, cgu))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user