mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Publish diagnostics for macro expansion errors
This commit is contained in:
parent
1b26520971
commit
0432aa0ed7
8 changed files with 168 additions and 7 deletions
|
@ -255,7 +255,7 @@ pub enum MacroDefKind {
|
|||
pub struct MacroCallLoc {
|
||||
pub(crate) def: MacroDefId,
|
||||
pub(crate) krate: CrateId,
|
||||
pub(crate) kind: MacroCallKind,
|
||||
pub kind: MacroCallKind,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue