macro_rules! source_tag { () => { ... }; }
Expands to a SourceTag containing the file path and line number ("file:line") of the call site, equivalent to C++ SOURCE_TAG.
SourceTag
"file:line"
SOURCE_TAG