macro_rules! here { () => { ... }; }
Debug macro resolving to the current file and line number.
use interoptopus::here; println!(here!())