mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Rust: matched_expr -> scrutinee
This commit is contained in:
@@ -289,7 +289,7 @@ class _:
|
||||
}
|
||||
```
|
||||
"""
|
||||
expr: _ | ql.name("matched_expr")
|
||||
expr: _ | ql.name("scrutinee") | doc("scrutinee (the expression being matched) of this match expression")
|
||||
|
||||
|
||||
@annotate(ContinueExpr, cfg = True)
|
||||
|
||||
Reference in New Issue
Block a user