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

Module Generated

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

Import path

import codeql.rust.elements.internal.generated.MacroRules

Classes

MacroRules

A macro definition using the macro_rules! syntax. rust macro_rules! my_macro { () => { println!("This is a macro!"); }; } INTERNAL: Do not reference the Generated::MacroRules class directly. Use the subclass MacroRules, where the following predicates are available.