Macro interoptopus::here

source ·
macro_rules! here {
    () => { ... };
}
Expand description

Debug macro resolving to the current file and line number.

use interoptopus::here;

println!(here!())