This commit is contained in:
Ayaz Hafiz 2022-08-25 17:08:30 -05:00
parent 3856ea6199
commit 3ce4c6c77d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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.
//