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.
2 parents e941e08 + 4f968c2 commit cc7f201Copy full SHA for cc7f201
src/error/panic.md
@@ -1,7 +1,7 @@
1
# `panic`
2
3
The simplest error handling mechanism we will see is `panic`. It prints an
4
-error message, starts unwinding the task, and usually exits the program.
+error message, starts unwinding the stack, and usually exits the program.
5
Here, we explicitly call `panic` on our error condition:
6
7
```rust,editable,ignore,mdbook-runnable
0 commit comments