You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calling convention for rust functions and native functions is different, so to support this (which I think we should) we'll have to generate an adaptor function for natives that have their value taken.
I think Rust already creates an adapter function for native functions. At least, I'm pretty sure I saw one when I was poking through the debugger the other day.
Run s390x tests on qemu system
qemu in user mode cannot run binaries produced by rustc (it hangs), so we run the tests in a fully virtualized s390x machine using qemu-system-s390x.
Some constants had to be fixed.
This fails with the error message
upcall fail 'LHS of bind expr didn't have a function type?!', ../src/comp/middle/typeck.rs:2065
.The text was updated successfully, but these errors were encountered: