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