mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
make it compile
This commit is contained in:
parent
dea1a69e1c
commit
b6ce7a6d34
4 changed files with 6 additions and 9 deletions
|
@ -98,7 +98,7 @@ salsa::query_group! {
|
|||
storage input;
|
||||
}
|
||||
fn source_root_file_by_path(id: SourceRootId, path: RelativePathBuf) -> Option<FileId> {
|
||||
type SourceRootFilesByPathQuery;
|
||||
type SourceRootFileByPathQuery;
|
||||
storage input;
|
||||
}
|
||||
fn source_root(id: SourceRootId) -> Arc<SourceRoot> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue