Skip to content

Commit 2ad64b4

Browse files
bless test for CanonAbi::X86(SysV64) change
1 parent 9d42e35 commit 2ad64b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ui/abi/sysv64-zst.stderr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ error: fn_abi_of(pass_zst) = FnAbi {
5959
},
6060
c_variadic: false,
6161
fixed_count: 1,
62-
conv: X86_64SysV,
62+
conv: X86(
63+
SysV64,
64+
),
6365
can_unwind: false,
6466
}
6567
--> $DIR/sysv64-zst.rs:8:1

0 commit comments

Comments
 (0)