fix libsyntax fallout

This commit is contained in:
Nick Cameron 2017-12-22 11:12:11 +13:00
parent c3cd1f442f
commit 72413c55b0

View File

@ -76,7 +76,7 @@ fn module_file(
return Ok(path);
}
match parser::Parser::default_submod_path(id, dir_path, codemap).result {
match parser::Parser::default_submod_path(id, None, dir_path, codemap).result {
Ok(parser::ModulePathSuccess { path, .. }) => Ok(path),
Err(_) => Err(io::Error::new(
io::ErrorKind::Other,