]> git.lizzy.rs Git - rust.git/commit
Move PanicInfo and Location to libcore
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 23 Jan 2018 15:31:53 +0000 (16:31 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Tue, 23 Jan 2018 15:38:26 +0000 (16:38 +0100)
commit2f98f4b12b8fd5d93ffff3d7b98931b3f1f2b07a
treea6aad25ef4ae1b91c9ff51df6033959f87426788
parent48a7ea9c4095e3218df39832dfc51a456534ecc9
Move PanicInfo and Location to libcore

Per https://rust-lang.github.io/rfcs/2070-panic-implementation.html
src/libcore/lib.rs
src/libcore/panic.rs [new file with mode: 0644]
src/libstd/lib.rs
src/libstd/panic.rs
src/libstd/panicking.rs