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 LetExpr and should not be referenced directly.
LetExpr
import codeql.rust.elements.internal.LetExprImpl
A let expression. For example: rust if let Some(x) = maybe_some { println!("{}", x); }
let
rust if let Some(x) = maybe_some { println!("{}", x); }