]> git.lizzy.rs Git - rust.git/history - src/libcore/panic.rs
Make PanicInfo::message available for std::panic! with a formatting string.
[rust.git] / src / libcore / panic.rs
2018-01-23 Simon SapinMake PanicInfo::message available for std::panic! with...
2018-01-23 Simon SapinImplement Display for PanicInfo and Location
2018-01-23 Simon SapinAdd an unstable PanicInfo::message(&self) -> Option...
2018-01-23 Simon SapinMove PanicInfo and Location to libcore