Skip to main content

source_tag

Macro source_tag 

Source
macro_rules! source_tag {
    () => { ... };
}
Expand description

Expands to a SourceTag containing the file path and line number ("file:line") of the call site, equivalent to C++ SOURCE_TAG.