mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Typo
This commit is contained in:
parent
3856ea6199
commit
3ce4c6c77d
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ impl<'a> LambdaSet<'a> {
|
|||
closure_var: Variable,
|
||||
target_info: TargetInfo,
|
||||
) -> Cacheable<Result<Self, LayoutProblem>> {
|
||||
// Ideally we would pass `env` in directly, but that currently casues problems later on
|
||||
// Ideally we would pass `env` in directly, but that currently causes problems later on
|
||||
// (in alias analysis) with recursive pointers not appearing under recursive layouts. So,
|
||||
// we have to clear the `seen` cache before building a lambda set layout.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue