Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson
Rename `libstd/failure.rs` to `libstd/panicking.rs` and `on_fail` to `on_panic`. Closes #22306.
This commit is contained in:
commit
e5659eaa06
4 changed files with 6 additions and 6 deletions
|
@ -279,7 +279,7 @@ pub mod sync;
|
|||
#[path = "sys/common/mod.rs"] mod sys_common;
|
||||
|
||||
pub mod rt;
|
||||
mod failure;
|
||||
mod panicking;
|
||||
|
||||
// Documentation for primitive types
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue