mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Register virtual workspace Cargo.toml files in the VFS
This commit is contained in:
parent
7f1f85ac16
commit
d4dc3ca83b
15 changed files with 77 additions and 37 deletions
|
@ -452,6 +452,7 @@ pub(crate) struct CompletionContext<'a> {
|
|||
/// - crate-root
|
||||
/// - mod foo
|
||||
/// - mod bar
|
||||
///
|
||||
/// Here depth will be 2
|
||||
pub(crate) depth_from_crate_root: usize,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue