mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
![]() While building the main function for tests, we may need to generate additional blocks while marshalling arugments to the error catcher into the expected calling convention. This pushes the last block in the main function down, so that the "entry" block may not be last BB in the function. Instead, look up the last insertion block before generating the catcher, and then add a call to the catcher at the end of this last block. Closes #2300 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |