(&self, msg: &'static str)
| 9582 | #[inline(never)] |
| 9583 | #[track_caller] |
| 9584 | fn fatal(&self, msg: &'static str) -> ! { |
| 9585 | dbg!(self); |
| 9586 | panic!("{msg}") |
| 9587 | } |
| 9588 | } |
| 9589 | |
| 9590 | impl fmt::Debug for Frame { |
no outgoing calls
no test coverage detected