macro_rules! eliteral {
($literal:expr) => { ... };
}Expand description
Macro for creating formatted error literals with red background.
macro_rules! eliteral {
($literal:expr) => { ... };
}Macro for creating formatted error literals with red background.