Module rustc_expand::mbe::metavar_expr
source ยท Enumsยง
- MetaVarExpr ๐A meta-variable expression, for expansions based on properties of meta-variables.
Functionsยง
- check_trailing_token ๐
- eat_dollar ๐Expects that the next item is a dollar sign.
- parse_count ๐Parse a meta-variable
countexpression:count(ident[, depth]) - parse_depth ๐Parses the depth used by index(depth) and len(depth).
- parse_ident ๐Parses an generic ident
- try_eat_comma ๐Tries to move the iterator forward returning
trueif there is a comma. If not, then the iterator is not modified and the result isfalse.