[][src]Module rustc_ap_rustc_ast::token

Re-exports

pub use BinOpToken::*;
pub use DelimToken::*;
pub use LitKind::*;
pub use Nonterminal::*;
pub use TokenKind::*;

Structs

Lit

A literal token.

Token

Enums

BinOpToken
DelimToken

A delimiter token.

FlattenGroup

A hack used to pass AST fragments to attribute and derive macros as a single nonterminal token instead of a token stream. FIXME: It needs to be removed, but there are some compatibility issues (see #73345).

LitKind
Nonterminal

For interpolation during macro expansion.

TokenKind

Functions

ident_can_begin_expr