Module params are not extensible

This commit is contained in:
Agus Zubiaga 2024-07-01 15:37:05 -03:00
parent 5ec4b042bb
commit f0fe0a3ea6
No known key found for this signature in database
3 changed files with 51 additions and 3 deletions

View file

@ -1439,7 +1439,7 @@ fn solve(
Failure(vars, _actual_type, _expected_type, _) => {
env.introduce(rank, &vars);
todo!("agus: reporting")
todo!("report import params mismatch")
}
}
}