mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Fix type mismatch in exit code
This commit is contained in:
parent
593bd02cb9
commit
b6157e76b8
7 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
fn main() {
|
||||
std::process::exit(host::rust_main());
|
||||
std::process::exit(host::rust_main() as _);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue