@@ -40,17 +40,16 @@ import ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
40
40
lit_str, lit_uint, local, m_const, m_imm, m_mutbl, mac_, mac_aq,
41
41
mac_ellipsis, mac_invoc, mac_invoc_tt, mac_var, matcher,
42
42
match_nonterminal, match_seq, match_tok, method, mode, mt, mul,
43
- mutability, named_field, neg, noreturn, not, pat, pat_box, pat_enum ,
44
- pat_ident, pat_lit, pat_range, pat_rec, pat_struct, pat_tup ,
45
- pat_uniq, pat_wild, path, private, proto, proto_bare,
43
+ mutability, named_field, neg, noreturn, not, pat, pat_box,
44
+ pat_enum , pat_ident, pat_lit, pat_range, pat_rec, pat_struct,
45
+ pat_tup , pat_uniq, pat_wild, path, private, proto, proto_bare,
46
46
proto_block, proto_box, proto_uniq, provided, public, pure_fn,
47
47
purity, re_anon, re_named, region, rem, required, ret_style,
48
48
return_val, self_ty, shl, shr, stmt, stmt_decl, stmt_expr,
49
49
stmt_semi, struct_def, struct_field, struct_variant_kind,
50
- subtract, sty_box,
51
- sty_by_ref, sty_region, sty_static, sty_uniq, sty_value,
52
- token_tree, trait_method, trait_ref, tt_delim, tt_seq, tt_tok,
53
- tt_nonterminal, ty, ty_, ty_bot, ty_box, ty_field, ty_fn,
50
+ subtract, sty_box, sty_by_ref, sty_region, sty_static, sty_uniq,
51
+ sty_value, token_tree, trait_method, trait_ref, tt_delim, tt_seq,
52
+ tt_tok, tt_nonterminal, ty, ty_, ty_bot, ty_box, ty_field, ty_fn,
54
53
ty_infer, ty_mac, ty_method, ty_nil, ty_param, ty_param_bound,
55
54
ty_path, ty_ptr, ty_rec, ty_rptr, ty_tup, ty_u32, ty_uniq,
56
55
ty_vec, ty_fixed_length, tuple_variant_kind, unchecked_blk, uniq,
0 commit comments