internal: Make def site span for proc-macro more invalidation resistant

This commit is contained in:
Lukas Wirth 2024-03-15 10:14:00 +01:00
parent c50c4f8bbb
commit 3b1ad2379d
7 changed files with 38 additions and 39 deletions

View file

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