feat: report errors in macro definition

Reporting macro *definition* error at the macro *call site* is a rather
questionable approach, but at least we don't erase the errors
altogether!
This commit is contained in:
Aleksey Kladov 2021-10-09 15:23:55 +03:00
parent b3d1de93af
commit ef1251f696
10 changed files with 121 additions and 95 deletions

View file

@ -1,5 +1,4 @@
mod expand;
mod rule;
use std::{fmt::Write, iter};