We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f6e1d commit 1658632Copy full SHA for 1658632
src/items/functions.md
@@ -226,9 +226,6 @@ implementation.
226
| `panic=abort` | `"C-unwind"` | `panic!` aborts (no unwinding occurs) | abort |
227
| `panic=abort` | `"C"` | `panic!` aborts (no unwinding occurs) | [Undefined Behavior] |
228
229
-> **Note**: The LLVM backend of the `rustc` implementation
230
-> aborts the process by executing an illegal instruction.
231
-
232
[panic-modes]: ../panic.md#panic-runtimes
233
[Undefined Behavior]: ../behavior-considered-undefined.md
234
0 commit comments