mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Module params are not extensible
This commit is contained in:
parent
5ec4b042bb
commit
f0fe0a3ea6
3 changed files with 51 additions and 3 deletions
|
@ -1439,7 +1439,7 @@ fn solve(
|
|||
Failure(vars, _actual_type, _expected_type, _) => {
|
||||
env.introduce(rank, &vars);
|
||||
|
||||
todo!("agus: reporting")
|
||||
todo!("report import params mismatch")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue