Record macro def site spans

This commit is contained in:
Lukas Wirth 2023-12-21 09:54:47 +01:00
parent 51a9e7831a
commit 7d762d18ed
3 changed files with 16 additions and 3 deletions

View file

@ -179,7 +179,7 @@ pub struct MacroDefId {
pub kind: MacroDefKind,
pub local_inner: bool,
pub allow_internal_unsafe: bool,
// pub def_site: Span,
pub def_site: Span,
}
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]