Skip to content

Commit 4dd5c5e

Browse files
Kyle StrandBatmanAoD
Kyle Strand
authored andcommitted
remove obsolete note about panicking via 'illegal instructions'
1 parent 7e27a4b commit 4dd5c5e

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)