-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
The documentation on https://doc.rust-lang.org/nomicon/panic-handler.html suggests that specifying panic handlers is just for no_std applications:
#[panic_handler] is used to define the behavior of panic! in #![no_std] applications.
However it may also be used for other applications too, like this Play link:
This was quite confusing for me because the nomicon was the first resource in DDG for "rust panic handler", which suggested that indeed I was wading into spooky waters:
I'm not sure the best way to rephrase it, but I think it shouldn't suggest that it is only for no_std.
Metadata
Metadata
Assignees
Labels
No labels
