macro_rules! flc {
() => { ... };
}Expand description
The flc (File-Line-Column) macro expands to a ConstLocation, which describes
a location in the source code.
macro_rules! flc {
() => { ... };
}The flc (File-Line-Column) macro expands to a ConstLocation, which describes
a location in the source code.