codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of ExprStmt and should not be referenced directly.
ExprStmt
import codeql.rust.elements.internal.ExprStmtImpl
An expression statement. For example: rust start(); finish(); use std::env;
rust start(); finish(); use std::env;