mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Fix #14557. Docs aliases can now be detected and used in searching for workspace symbols
This commit is contained in:
parent
a512774fd9
commit
1222869b3e
9 changed files with 337 additions and 47 deletions
|
@ -113,6 +113,7 @@ fn try_lookup_include_path(
|
|||
file_id,
|
||||
full_range: TextRange::new(0.into(), size),
|
||||
name: path.into(),
|
||||
alias: None,
|
||||
focus_range: None,
|
||||
kind: None,
|
||||
container_name: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue