mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
introduce known names
This commit is contained in:
parent
d963042ca9
commit
a9f55029b9
4 changed files with 71 additions and 29 deletions
|
@ -38,7 +38,7 @@ use ra_db::{LocationIntener, SourceRootId, FileId, Cancelable};
|
|||
use crate::{
|
||||
db::HirDatabase,
|
||||
arena::{Arena, Id},
|
||||
name::AsName,
|
||||
name::{AsName, KnownName},
|
||||
};
|
||||
|
||||
pub use self::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue