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