macro_rules! T {
('(') => { ... };
(')') => { ... };
('[') => { ... };
(']') => { ... };
('{') => { ... };
('}') => { ... };
(is not) => { ... };
(abstract) => { ... };
(alignof) => { ... };
(as) => { ... };
(async) => { ... };
(await) => { ... };
(become) => { ... };
(break) => { ... };
(const) => { ... };
(continue) => { ... };
(crate) => { ... };
(default) => { ... };
(do) => { ... };
(else) => { ... };
(enum) => { ... };
(extern) => { ... };
(false) => { ... };
(final) => { ... };
(fn) => { ... };
(for) => { ... };
(if) => { ... };
(impl) => { ... };
(in) => { ... };
(is) => { ... };
(let) => { ... };
(loop) => { ... };
(macro) => { ... };
(match) => { ... };
(mod) => { ... };
(move) => { ... };
(mut) => { ... };
(not) => { ... };
(offsetof) => { ... };
(override) => { ... };
(priv) => { ... };
(proc) => { ... };
(pub) => { ... };
(pure) => { ... };
(ref) => { ... };
(return) => { ... };
(select) => { ... };
(Self) => { ... };
(self) => { ... };
(sizeof) => { ... };
(static) => { ... };
(struct) => { ... };
(super) => { ... };
(true) => { ... };
(typeof) => { ... };
(unsafe) => { ... };
(use) => { ... };
(virtual) => { ... };
(while) => { ... };
(yield) => { ... };
(&) => { ... };
(&&) => { ... };
(&=) => { ... };
(->) => { ... };
(@) => { ... };
(!) => { ... };
(!=) => { ... };
(^) => { ... };
(^=) => { ... };
(:) => { ... };
(::) => { ... };
(,) => { ... };
(-) => { ... };
(-=) => { ... };
(/) => { ... };
($) => { ... };
(.) => { ... };
(..) => { ... };
(..=) => { ... };
(=) => { ... };
(==) => { ... };
(>) => { ... };
(>=) => { ... };
(>>) => { ... };
(>>=) => { ... };
(<) => { ... };
(<=) => { ... };
(<<) => { ... };
(<<=) => { ... };
(%) => { ... };
(%=) => { ... };
(|) => { ... };
(|=) => { ... };
(||) => { ... };
(+) => { ... };
(+=) => { ... };
(#) => { ... };
(?) => { ... };
(=>) => { ... };
(;) => { ... };
(/=) => { ... };
(*) => { ... };
(*=) => { ... };
(~) => { ... };
(_) => { ... };
}
Expand description
Helper macro to reference a specific token.