Skip to content

Commit 1658632

Browse files
author
Kyle Strand
committed
remove obsolete note about panicking via 'illegal instructions'
1 parent 60f6e1d commit 1658632

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/items/functions.md

-3
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ implementation.
226226
| `panic=abort` | `"C-unwind"` | `panic!` aborts (no unwinding occurs) | abort |
227227
| `panic=abort` | `"C"` | `panic!` aborts (no unwinding occurs) | [Undefined Behavior] |
228228

229-
> **Note**: The LLVM backend of the `rustc` implementation
230-
> aborts the process by executing an illegal instruction.
231-
232229
[panic-modes]: ../panic.md#panic-runtimes
233230
[Undefined Behavior]: ../behavior-considered-undefined.md
234231

0 commit comments

Comments
 (0)