Rust: integrate Rust Analyzer's Semantic module into extractor

This commit is contained in:
Arthur Baars
2024-09-24 10:12:55 +02:00
parent 6ede20cccc
commit cad2b74137
7 changed files with 176 additions and 62 deletions

2
Cargo.lock generated
View File

@@ -390,11 +390,13 @@ dependencies = [
"ra_ap_base_db",
"ra_ap_hir",
"ra_ap_hir_def",
"ra_ap_hir_expand",
"ra_ap_ide_db",
"ra_ap_load-cargo",
"ra_ap_parser",
"ra_ap_paths",
"ra_ap_project_model",
"ra_ap_span",
"ra_ap_syntax",
"ra_ap_vfs",
"rust-extractor-macros",