Correct description of panic.rs#157254
Conversation
The foremost description of this module was: > Panic support in the standard library. This commit changes that to: > Panic support in core.
|
r? @jhpratt rustbot has assigned @jhpratt. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Can you elaborate about what in particular you found confusing about the current description? |
Of course :) I was examining the panic module in
I'm doing research and writing for safety critical rust. Since the distinction between Dunno, the contradiction was a bit unsettling in that moment. I'm not the most seasoned rust dev by a long shot, so when the docs say something that contradicts my understanding of the language, I tend to assume I must be mistaken. This is not the case here, right? This should say "core" instead of "the standard library", right? I'm not 100% sure even right now. |
|
Generally speaking, "standard library" refers to @bors r+ rollup |
Correct description of panic.rs I was perusing the module documentation and stumbled upon the existing description, which confused me for a minute. ## Summary: The foremost description of this module was: > Panic support in the standard library. This commit changes that to: > Panic support in core.
Rollup of 12 pull requests Successful merges: - #157085 (powerpc: warn against incorrect values for ABI-relevant target features) - #157170 (Use `impl` restrictions in `std`, `core`) - #157217 ([tiny] remove unecessary `.into()` calls) - #157262 (rustdoc: IXCRE: Preserve sizedness bounds on type params belonging to the parent item) - #157379 (Some more simple per-owner resolver changes) - #157381 (librustdoc: fix CSS border issue to support Firefox high contrast mode) - #155512 (interpreter: improve comments and error message in mir_assign_valid_types) - #157254 (Correct description of panic.rs) - #157290 (interpret: fix mir::UnOp layout computation) - #157332 (Rewrite target checking for `#[sanitize]`) - #157351 (Avoid leaking the query-job collection warning into the panic query stack) - #157389 (Add @clarfonthey to libs review rotation)
Rollup merge of #157254 - felix91gr:patch-1, r=jhpratt Correct description of panic.rs I was perusing the module documentation and stumbled upon the existing description, which confused me for a minute. ## Summary: The foremost description of this module was: > Panic support in the standard library. This commit changes that to: > Panic support in core.

I was perusing the module documentation and stumbled upon the existing description, which confused me for a minute.
Summary:
The foremost description of this module was:
This commit changes that to: