mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Update a comment
This commit is contained in:
parent
e70e72f520
commit
be7bc99f56
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ fn solve(
|
|||
pool.extend(rigid_vars.iter());
|
||||
pool.extend(flex_vars.iter());
|
||||
|
||||
// Add a variable for each assignment to the vars_by_symbol.
|
||||
// Add a variable for each def to local_def_vars.
|
||||
let mut local_def_vars = ImMap::default();
|
||||
|
||||
for (symbol, loc_type) in let_con.def_types.iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue