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

Module Generated

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

Import path

import codeql.rust.elements.internal.generated.MacroBlockExpr

Classes

MacroBlockExpr

A sequence of statements generated by a MacroCall. For example: rust fn main() { println!("Hello, world!"); // This macro expands into a list of statements } INTERNAL: Do not reference the Generated::MacroBlockExpr class directly. Use the subclass MacroBlockExpr, where the following predicates are available.