File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ rm tests/ui/typeck/issue-46112.rs # same
122
122
rm tests/ui/consts/const_cmp_type_id.rs # same
123
123
rm tests/ui/consts/issue-73976-monomorphic.rs # same
124
124
rm tests/ui/rfcs/rfc-3348-c-string-literals/non-ascii.rs # same
125
- rm tests/ui/consts/const-eval/nonnull_as_ref_ub.rs # same
126
125
rm tests/ui/consts/issue-94675.rs # same
127
126
rm tests/ui/associated-types/issue-85103-layout-debug.rs # same
128
127
Original file line number Diff line number Diff line change @@ -415,8 +415,7 @@ pub(crate) fn run_aot(
415
415
)
416
416
. 0
417
417
}
418
- CguReuse :: PreLto => unreachable ! ( "LTO not yet supported" ) ,
419
- CguReuse :: PostLto => {
418
+ CguReuse :: PreLto | CguReuse :: PostLto => {
420
419
concurrency_limiter. job_already_done ( ) ;
421
420
OngoingModuleCodegen :: Sync ( reuse_workproduct_for_cgu ( tcx, cgu) )
422
421
}
You can’t perform that action at this time.
0 commit comments