1.0.0[][src]Macro core::line

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

Expands to the line number on which it was invoked.

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