We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beedafb commit 9f425e8Copy full SHA for 9f425e8
src/items/functions.md
@@ -222,7 +222,7 @@ implementation.
222
| -------------- | ------------ | ------------------------------------- | ----------------------- |
223
| `panic=unwind` | `"C-unwind"` | unwind | unwind |
224
| `panic=unwind` | `"C"` | abort | UB |
225
-| `panic=abort` | `"C-unwind"` | `panic!` aborts | abort |
+| `panic=abort` | `"C-unwind"` | `panic!` aborts (no unwinding occurs) | abort |
226
| `panic=abort` | `"C"` | `panic!` aborts (no unwinding occurs) | UB |
227
228
> **Note**: The LLVM backend of the `rustc` implementation
0 commit comments