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

Class Raw::MacroExpr

INTERNAL: Do not use. A macro expression, representing the invocation of a macro that produces an expression.

For example:

let y = vec![1, 2, 3];

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getMacroCall

Gets the macro call of this macro expression, if it exists.

toString