mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Include as expression in CFG nodes
This commit is contained in:
@@ -448,10 +448,10 @@ class _:
|
||||
"""
|
||||
|
||||
|
||||
@annotate(CastExpr)
|
||||
@annotate(CastExpr, cfg = True)
|
||||
class _:
|
||||
"""
|
||||
A cast expression. For example:
|
||||
A type cast expression. For example:
|
||||
```rust
|
||||
value as u64;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user