1 2 3 4 5 6 7
pub type Location = std::panic::Location<'static>; macro_rules! caller { () => { *$crate::location::Location::caller() }; }