-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "panic runtime" and emphasize panic_handler more
This is a general rework to avoid using the term "panic runtime" (and "panic mode"), since it is poorly defined, potentially confusing, and potentially exposes some internal terminology and details that we may not want to expose. The general outline here is: - Remove the "panic runtime" section. - Move the `panic_handler` attribute to the Panic chapter. - The `panic_handler` attribute text has some editorial changes, and the rule names have changed. - The "Standard behavior" section for `panic_handler` has been reworked, incorporating some of the content from the old panic runtime section. - Added panic.panic_handler.std.no_std - Reword sentences that refer to "runtime", usually pointing to the "handler" instead. Note that there are a few subtle cases where this is not absolutely true.
- Loading branch information
Showing
7 changed files
with
91 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters