Skip to content

Commit 24516a9

Browse files
committed
fix debug.riscv64.stderr
1 parent 0da312b commit 24516a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/ui/abi/debug.riscv64.stderr

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ error: fn_abi_of(test) = FnAbi {
3131
mode: Direct(
3232
ArgAttributes {
3333
regular: NoUndef,
34-
arg_ext: None,
34+
arg_ext: Zext,
3535
pointee_size: Size(0 bytes),
3636
pointee_align: None,
3737
},
@@ -308,7 +308,7 @@ error: ABIs are not compatible
308308
mode: Direct(
309309
ArgAttributes {
310310
regular: NoUndef,
311-
arg_ext: None,
311+
arg_ext: Zext,
312312
pointee_size: Size(0 bytes),
313313
pointee_align: None,
314314
},
@@ -380,7 +380,7 @@ error: ABIs are not compatible
380380
mode: Direct(
381381
ArgAttributes {
382382
regular: NoUndef,
383-
arg_ext: None,
383+
arg_ext: Sext,
384384
pointee_size: Size(0 bytes),
385385
pointee_align: None,
386386
},
@@ -681,7 +681,7 @@ error: ABIs are not compatible
681681
mode: Direct(
682682
ArgAttributes {
683683
regular: NoUndef,
684-
arg_ext: None,
684+
arg_ext: Sext,
685685
pointee_size: Size(0 bytes),
686686
pointee_align: None,
687687
},
@@ -759,7 +759,7 @@ error: ABIs are not compatible
759759
mode: Direct(
760760
ArgAttributes {
761761
regular: NoUndef,
762-
arg_ext: None,
762+
arg_ext: Sext,
763763
pointee_size: Size(0 bytes),
764764
pointee_align: None,
765765
},
@@ -831,7 +831,7 @@ error: ABIs are not compatible
831831
mode: Direct(
832832
ArgAttributes {
833833
regular: NoUndef,
834-
arg_ext: None,
834+
arg_ext: Sext,
835835
pointee_size: Size(0 bytes),
836836
pointee_align: None,
837837
},

0 commit comments

Comments
 (0)