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

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

A macro which expands to the line number on which it was invoked.

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