CodeQL library for Rust
codeql/rust-all 0.1.11 (changelog, source)
Search

Module Generated

INTERNAL: This module contains the fully generated definition of BlockExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.BlockExpr

Classes

BlockExpr

A block expression. For example: rust { let x = 42; } rust 'label: { let x = 42; x } INTERNAL: Do not reference the Generated::BlockExpr class directly. Use the subclass BlockExpr, where the following predicates are available.