Macro core::file1.0.0 [] [src]

macro_rules! file {
    () => { ... };
}

A macro which expands to the file name from which it was invoked.

For more information, see the documentation for std::file!.