mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Handle chained _ (#27)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
2436467fbd
commit
951bb6b14c
@@ -661,7 +661,7 @@ impl<'a> Analyzer<'a> {
|
||||
)?;
|
||||
self.locals.get(query)
|
||||
}
|
||||
_ => return Ok(()),
|
||||
_ => break,
|
||||
};
|
||||
|
||||
// Record vars used by the comprehension scope.
|
||||
|
||||
Reference in New Issue
Block a user