mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Expose version string of crates fom HIR
This commit is contained in:
parent
b9fa37f5b4
commit
52f5af7165
8 changed files with 111 additions and 1 deletions
|
@ -219,6 +219,7 @@ impl Analysis {
|
|||
file_id,
|
||||
Edition::CURRENT,
|
||||
None,
|
||||
None,
|
||||
cfg_options.clone(),
|
||||
cfg_options,
|
||||
Env::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue