mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
add items from macros to modules
This commit is contained in:
parent
4a3f76d3bb
commit
756e878158
3 changed files with 67 additions and 12 deletions
|
@ -91,6 +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 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