We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lang_start
A comment in the std claims that unwinding past lang_start is UB:
rust/library/std/src/rt.rs
Lines 136 to 145 in 6874f4e
See: #86034, #86030, #86027.
This is surprising because C++ panics escaping main is well defined to terminate (and will trigger an attached debugger, which is useful).
cc @Amanieu, who questioned this assertion.