mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Track in-scope derive helpers during nameres
This commit is contained in:
parent
7cb5920372
commit
d4eb6708d9
2 changed files with 27 additions and 9 deletions
|
@ -237,7 +237,7 @@ struct EagerCallInfo {
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct MacroCallLoc {
|
||||
pub(crate) def: MacroDefId,
|
||||
pub def: MacroDefId,
|
||||
pub(crate) krate: CrateId,
|
||||
eager: Option<EagerCallInfo>,
|
||||
pub kind: MacroCallKind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue