We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c284e0a commit 4e01198Copy full SHA for 4e01198
tests/ui/abi/unsupported-abi-transmute.stderr
@@ -1,5 +1,5 @@
1
error[E0570]: `"thiscall"` is not a supported ABI for the current target
2
- --> $DIR/unsupported-abi-transmute.rs:12:53
+ --> $DIR/unsupported-abi-transmute.rs:13:53
3
|
4
LL | let a = unsafe { mem::transmute::<usize, extern "thiscall" fn(i32)>(4) }(2);
5
| ^^^^^^^^^^
0 commit comments