Skip to content

Commit 4e01198

Browse files
fixup! tests: Adopt ABI transmute tests from crashtests
1 parent c284e0a commit 4e01198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/abi/unsupported-abi-transmute.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0570]: `"thiscall"` is not a supported ABI for the current target
2-
--> $DIR/unsupported-abi-transmute.rs:12:53
2+
--> $DIR/unsupported-abi-transmute.rs:13:53
33
|
44
LL | let a = unsafe { mem::transmute::<usize, extern "thiscall" fn(i32)>(4) }(2);
55
| ^^^^^^^^^^

0 commit comments

Comments
 (0)