Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix runtime build on current nightly
libstd’s runtime changed the prototype of lang = "start" in ddee45e1d7fd34563c13513d974f792fae41a2f7 to support changing the SIGPIPE behaviour on Linux, so this function now takes a third argument on every platform. Additionally, it now supports user_main() returning any Termination, so we don’t need a transmute() any longer. :)
- Loading branch information