Merge branch 'main' into redsun82/rust-canonical-enum

This commit is contained in:
Paolo Tranquilli
2024-11-27 15:01:47 +01:00
103 changed files with 3379 additions and 667 deletions

View File

@@ -289,7 +289,7 @@ class _:
}
```
"""
expr: _ | ql.name("scrutinee") | doc("scrutinee (the expression being matched) of this match expression")
scrutinee: _ | doc("scrutinee (the expression being matched) of this match expression")
@annotate(ContinueExpr, cfg = True)