From d4eb6708d9d62e951e6b594eb4481e944daa8bc3 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 19 May 2021 23:35:09 +0200 Subject: Track in-scope derive helpers during nameres --- crates/hir_expand/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_expand/src') diff --git a/crates/hir_expand/src/lib.rs b/crates/hir_expand/src/lib.rs index b93c0c345..92c679dd2 100644 --- a/crates/hir_expand/src/lib.rs +++ b/crates/hir_expand/src/lib.rs @@ -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, pub kind: MacroCallKind, -- cgit v1.2.3