(info: &PanicInfo)
| 262 | #[cfg(test)] |
| 263 | #[panic_handler] |
| 264 | fn panic(info: &PanicInfo) -> ! |
| 265 | { |
| 266 | test_panic_handler(info) |
| 267 | } |
| 268 | |
| 269 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 270 | #[repr(u32)] |
nothing calls this directly
no test coverage detected