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

Class Raw::TokenTree

INTERNAL: Do not use. A token tree in a macro definition or invocation.

For example:

println!("{} {}!", "Hello", "world");
//      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
macro_rules! foo { ($x:expr) => { $x + 1 }; }
//               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Import path

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

Direct supertypes

Indirect supertypes

Predicates