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 12dfb52 commit 4351369Copy full SHA for 4351369
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