(location: &Location<'static>, context: &mut HookContext<Location<'static>>)
| 510 | } |
| 511 | |
| 512 | fn location(location: &Location<'static>, context: &mut HookContext<Location<'static>>) { |
| 513 | context.push_body(LocationAttachment::new(location, context.color_mode()).to_string()); |
| 514 | } |
| 515 | |
| 516 | #[cfg(feature = "backtrace")] |
| 517 | fn backtrace(backtrace: &Backtrace, context: &mut HookContext<Backtrace>) { |
nothing calls this directly
no test coverage detected