Expose version string of crates fom HIR

This commit is contained in:
Lukas Wirth 2021-10-30 16:17:04 +02:00
parent b9fa37f5b4
commit 52f5af7165
8 changed files with 111 additions and 1 deletions

View file

@ -219,6 +219,7 @@ impl Analysis {
file_id,
Edition::CURRENT,
None,
None,
cfg_options.clone(),
cfg_options,
Env::default(),