]> git.lizzy.rs Git - rust.git/commit
Implement Display for PanicInfo and Location
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 23 Jan 2018 16:49:43 +0000 (17:49 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Tue, 23 Jan 2018 17:04:50 +0000 (18:04 +0100)
commit0e60287b4136bcede0c5eae8ab4e5de8496a16f0
tree82d0e66ba935501db40b1ed806341a4dfdc2509d
parent9e96c1ef7fcac0ac85b3c9160f5486e91dd27dd2
Implement Display for PanicInfo and Location

Due to being in libcore,
this impl cannot access PanicInfo::payload if it’s a String.
src/libcore/panic.rs