Skip to content

Exit should return never (`!`)

Josh Megnauth requested to merge josh/relibc:exit-return-never into master

_Exit, exit, and related functions should return ! because they don't return. This also signals to cbindgen that it should emit [[noreturn]] for those functions.

Useful sources:

Merge request reports