mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
rename MFileId -> HirFileId
This commit is contained in:
parent
9c65e61849
commit
37ed2f35ba
13 changed files with 135 additions and 99 deletions
|
@ -91,7 +91,7 @@ salsa::database_storage! {
|
|||
fn library_symbols() for symbol_index::LibrarySymbolsQuery;
|
||||
}
|
||||
impl hir::db::HirDatabase {
|
||||
fn m_source_file() for hir::db::MSourceFileQuery;
|
||||
fn hir_source_file() for hir::db::HirSourceFileQuery;
|
||||
fn expand_macro_invocation() for hir::db::ExpandMacroCallQuery;
|
||||
fn module_tree() for hir::db::ModuleTreeQuery;
|
||||
fn fn_scopes() for hir::db::FnScopesQuery;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue