mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Clarify TODO
This commit is contained in:
parent
508ee8d428
commit
07f5d0c7fd
1 changed files with 2 additions and 1 deletions
|
@ -831,7 +831,8 @@ fn can_annotation_help(
|
||||||
hidden_variables.remove(&loc_var.value.var);
|
hidden_variables.remove(&loc_var.value.var);
|
||||||
}
|
}
|
||||||
|
|
||||||
let infer_ext_in_output = vec![]; // TODO
|
// TODO: handle implicit ext variables in `as` aliases
|
||||||
|
let infer_ext_in_output = vec![];
|
||||||
|
|
||||||
scope.add_alias(
|
scope.add_alias(
|
||||||
symbol,
|
symbol,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue