Respect parent-scoping rules for NamedExpr assignments (#4145)

This commit is contained in:
Charlie Marsh 2023-04-29 18:45:30 -04:00 committed by GitHub
parent 8d64747d34
commit 64b7280eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 76 additions and 8 deletions

View file

@ -253,6 +253,7 @@ pub enum BindingKind<'a> {
Annotation,
Argument,
Assignment,
NamedExprAssignment,
Binding,
LoopVar,
Global,