mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Implicitly depend on test
This commit is contained in:
parent
0b76b29512
commit
0e6922f8a8
3 changed files with 61 additions and 23 deletions
|
@ -1690,6 +1690,15 @@ fn rust_project_hello_world_project_model() {
|
|||
),
|
||||
prelude: true,
|
||||
},
|
||||
Dependency {
|
||||
crate_id: CrateId(
|
||||
9,
|
||||
),
|
||||
name: CrateName(
|
||||
"test",
|
||||
),
|
||||
prelude: false,
|
||||
},
|
||||
],
|
||||
proc_macro: [],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue