mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
store macro kind in HirFileId
This commit is contained in:
parent
ee0ab7c00b
commit
101b3abfd7
4 changed files with 38 additions and 21 deletions
|
@ -53,6 +53,7 @@ use crate::{
|
|||
name::{AsName, KnownName},
|
||||
source_id::{FileAstId, AstId},
|
||||
resolve::Resolver,
|
||||
ids::MacroFileKind,
|
||||
};
|
||||
|
||||
pub use self::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue