make it compile

This commit is contained in:
Aleksey Kladov 2018-12-19 10:26:24 +03:00
parent dea1a69e1c
commit b6ce7a6d34
4 changed files with 6 additions and 9 deletions

View file

@ -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> {