fix: Show what file paths were expected for unresolved modules
This commit is contained in:
@@ -54,7 +54,7 @@ diagnostics![
|
||||
#[derive(Debug)]
|
||||
pub struct UnresolvedModule {
|
||||
pub decl: InFile<AstPtr<ast::Module>>,
|
||||
pub candidate: String,
|
||||
pub candidates: Box<[String]>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user