mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
resolve comments
This commit is contained in:
parent
a7308130cf
commit
c731c5daae
2 changed files with 2 additions and 6 deletions
|
@ -88,7 +88,7 @@ fn write_types_for_module_real(module_id: ModuleId, filename: &str, output_path:
|
|||
|
||||
let mut module = match res_module {
|
||||
Ok(v) => v,
|
||||
Err(LoadingProblem::FormattedReport(report, None)) => {
|
||||
Err(LoadingProblem::FormattedReport(report, _)) => {
|
||||
internal_error!("{}", report);
|
||||
}
|
||||
Err(other) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue