File tree 2 files changed +3
-1
lines changed
compiler/rustc_ty_utils/src
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,8 @@ fn fn_abi_sanity_check<'tcx>(
520
520
assert ! (
521
521
matches!( & * cx. tcx. sess. target. arch, "wasm32" | "wasm64" )
522
522
|| matches!( spec_abi, SpecAbi :: PtxKernel | SpecAbi :: Unadjusted ) ,
523
- r#"`PassMode::Direct` for aggregates only allowed for "unadjusted" and "ptx-kernel" functions and on wasm\nProblematic type: {:#?}"# ,
523
+ "`PassMode::Direct` for aggregates only allowed for \" unadjusted\" and \" ptx-kernel\" functions and on wasm\n \
524
+ Problematic type: {:#?}",
524
525
arg. layout,
525
526
) ;
526
527
}
Original file line number Diff line number Diff line change 59
59
[nvptx64] needs-llvm-components: nvptx
60
60
*/
61
61
// FIXME: disabled since it fails on CI saying the csky component is missing
62
+ // see https://github.com/rust-lang/rust/issues/125697
62
63
/* revisions: csky
63
64
[csky] compile-flags: --target csky-unknown-linux-gnuabiv2
64
65
[csky] needs-llvm-components: csky
You can’t perform that action at this time.
0 commit comments