Macro pliron::input_error_noloc
source ยท macro_rules! input_error_noloc { ($($t:tt)*) => { ... }; }
Expand description
Same as input_error but when no location is known.
macro_rules! input_error_noloc { ($($t:tt)*) => { ... }; }
Same as input_error but when no location is known.