sunfishcode / mustang

Rust programs written entirely in Rust
Other
827 stars 24 forks source link

Don't use `unimplemented!` in the `abort` implementation. #201

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

unimplemented can end up re-invoking abort. So instead, use rustix calls exclusively to abort the process.