mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
internal: make it clearer where IO happens
This commit is contained in:
parent
398ae3e67f
commit
8f3335f5fb
5 changed files with 47 additions and 25 deletions
|
@ -217,7 +217,7 @@ impl Analysis {
|
|||
cfg_options.insert_atom("test".into());
|
||||
crate_graph.add_crate_root(
|
||||
file_id,
|
||||
Edition::Edition2018,
|
||||
Edition::CURRENT,
|
||||
None,
|
||||
cfg_options.clone(),
|
||||
cfg_options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue