mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
add typed ids
This commit is contained in:
parent
619a4c05ba
commit
fb8b354dcc
7 changed files with 88 additions and 45 deletions
|
@ -48,7 +48,7 @@ mod marks;
|
|||
use crate::{
|
||||
db::{HirDatabase, DefDatabase},
|
||||
name::{AsName, KnownName},
|
||||
source_id::SourceFileItemId,
|
||||
source_id::{SourceFileItemId, FileAstId, AstId},
|
||||
};
|
||||
|
||||
pub use self::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue