]> git.lizzy.rs Git - rust.git/commit
Rename continue_panic_fmt to panic_handler, and make it the #[panic_handler] directly
authorRalf Jung <post@ralfj.de>
Mon, 25 Nov 2019 11:14:23 +0000 (12:14 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 25 Nov 2019 11:14:23 +0000 (12:14 +0100)
commitcd5d0c7b102d2573165efdbd2ffc31c4a5be3bb5
tree0eca0ae3976ccce23dc0846b699c701851475143
parent6440b9425384d2f8f11c4fe281fe99f79b92afb6
Rename continue_panic_fmt to panic_handler, and make it the #[panic_handler] directly

The "continue" in the name was really confusing; it sounds way too much like "resume" which is a totally different concept around panics.
src/libstd/panicking.rs