diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-05-22 20:32:03 +0200 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-06-03 10:04:19 -0700 |
| commit | 2ad64b4c1763edf7172d3d52821c6a00c0fccff1 (patch) | |
| tree | 3d047c6f44f2fcc0377324c4f924de0ccbdafa20 | |
| parent | 9d42e35e8d8127328eb7e340ab4bf4828ffc6ce0 (diff) | |
| download | rust-2ad64b4c1763edf7172d3d52821c6a00c0fccff1.tar.gz rust-2ad64b4c1763edf7172d3d52821c6a00c0fccff1.zip | |
bless test for CanonAbi::X86(SysV64) change
| -rw-r--r-- | tests/ui/abi/sysv64-zst.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/abi/sysv64-zst.stderr b/tests/ui/abi/sysv64-zst.stderr index 59d7b004417..f91d1b5fa63 100644 --- a/tests/ui/abi/sysv64-zst.stderr +++ b/tests/ui/abi/sysv64-zst.stderr @@ -59,7 +59,9 @@ error: fn_abi_of(pass_zst) = FnAbi { }, c_variadic: false, fixed_count: 1, - conv: X86_64SysV, + conv: X86( + SysV64, + ), can_unwind: false, } --> $DIR/sysv64-zst.rs:8:1 |
