We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e27a4b commit 4dd5c5eCopy full SHA for 4dd5c5e
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