mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
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:
parent
b3d1de93af
commit
ef1251f696
10 changed files with 121 additions and 95 deletions
|
@ -1,5 +1,4 @@
|
|||
mod expand;
|
||||
mod rule;
|
||||
|
||||
use std::{fmt::Write, iter};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue