1.0.0[][src]Macro core::line

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!.