Track in-scope derive helpers during nameres

This commit is contained in:
Jonas Schievink 2021-05-19 23:35:09 +02:00
parent 7cb5920372
commit d4eb6708d9
2 changed files with 27 additions and 9 deletions

View file

@ -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,