Macro snafu::location [−][src]
macro_rules! location {
() => { ... };
}
Expand description
Constructs a Location
using the current file, line, and column.
macro_rules! location {
() => { ... };
}
Constructs a Location
using the current file, line, and column.