frankwillis42
Results
1
issues of
frankwillis42
https://github.com/rust-cli/human-panic/blob/200e427603841238a4a9ff97ca9e0c5d5b9be974/src/lib.rs#L220 The code attempts to downcast to &str but this will return None if the PanicInfo.payload() is a String. For example, consider the following panic: `panic!("this is a {}", "test");`...