resolve comments

This commit is contained in:
faldor20 2024-12-12 17:21:39 +10:00
parent a7308130cf
commit c731c5daae
No known key found for this signature in database
GPG key ID: F2216079B890CD57
2 changed files with 2 additions and 6 deletions

View file

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