codeql/rust-all
0.2.7
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class ExprStmt.
ExprStmt
import codeql.rust.elements.ExprStmt
This module provides the public class Expr.
Expr
This module provides the public class Stmt.
Stmt
An expression statement. For example: rust start(); finish(); use std::env;
rust start(); finish(); use std::env;