codeql/rust-all
0.1.13
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of TupleExpr and should not be referenced directly.
TupleExpr
import codeql.rust.elements.internal.TupleExprImpl
A tuple expression. For example: rust (1, "one"); (2, "two")[0] = 3;
rust (1, "one"); (2, "two")[0] = 3;