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

Module Impl

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

Import path

import codeql.rust.elements.internal.MacroRulesImpl

Classes

MacroRules

A macro definition using the macro_rules! syntax. rust macro_rules! my_macro { () => { println!("This is a macro!"); }; }