]> git.lizzy.rs Git - rust.git/commit
Use panic_nounwind and panic_cannot_unwind where necessary
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 20 Jan 2023 17:27:39 +0000 (17:27 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 20 Jan 2023 17:27:39 +0000 (17:27 +0000)
commitc6ad186298f6e556607df32c7e02e91435fb84e7
treeaa5eb898896ef2e5280f0fd3a3ece663dd28fdae
parent6c58be8e518e311d9769c595adad4bd30e65aff6
Use panic_nounwind and panic_cannot_unwind where necessary

These were either regular unwinding panics or aborts in the past but got
changed somewhat recently.
src/base.rs
src/intrinsics/mod.rs