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
122122rm tests/ui/consts/const_cmp_type_id.rs # same
123123rm tests/ui/consts/issue-73976-monomorphic.rs # same
124124rm 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
126125rm tests/ui/consts/issue-94675.rs # same
127126rm tests/ui/associated-types/issue-85103-layout-debug.rs # same
128127
Original file line number Diff line number Diff line change @@ -415,8 +415,7 @@ pub(crate) fn run_aot(
415415 )
416416 . 0
417417 }
418- CguReuse :: PreLto => unreachable ! ( "LTO not yet supported" ) ,
419- CguReuse :: PostLto => {
418+ CguReuse :: PreLto | CguReuse :: PostLto => {
420419 concurrency_limiter. job_already_done ( ) ;
421420 OngoingModuleCodegen :: Sync ( reuse_workproduct_for_cgu ( tcx, cgu) )
422421 }
You can’t perform that action at this time.
0 commit comments