File tree Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -10699,20 +10699,6 @@ The tracking issue for this feature is: [#77998]
10699
10699
10700
10700
[#77998]: https://github.com/rust-lang/rust/issues/77998
10701
10701
10702
- ------------------------
10703
- "##,
10704
- default_severity: Severity::Allow,
10705
- warn_since: None,
10706
- deny_since: None,
10707
- },
10708
- Lint {
10709
- label: "strict_overflow_ops",
10710
- description: r##"# `strict_overflow_ops`
10711
-
10712
- The tracking issue for this feature is: [#118260]
10713
-
10714
- [#118260]: https://github.com/rust-lang/rust/issues/118260
10715
-
10716
10702
------------------------
10717
10703
"##,
10718
10704
default_severity: Severity::Allow,
Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ where
127
127
128
128
// The following items are what `rustc` macro can be parsed into :
129
129
// link: https://github.com/rust-lang/rust/blob/9ebf47851a357faa4cd97f4b1dc7835f6376e639/src/libsyntax/ext/expand.rs#L141
130
- // * Expr(P <ast::Expr>) -> token_tree_to_expr
131
- // * Pat(P <ast::Pat>) -> token_tree_to_pat
132
- // * Ty(P <ast::Ty>) -> token_tree_to_ty
130
+ // * Expr(Box <ast::Expr>) -> token_tree_to_expr
131
+ // * Pat(Box <ast::Pat>) -> token_tree_to_pat
132
+ // * Ty(Box <ast::Ty>) -> token_tree_to_ty
133
133
// * Stmts(SmallVec<[ast::Stmt; 1]>) -> token_tree_to_stmts
134
- // * Items(SmallVec<[P <ast::Item>; 1]>) -> token_tree_to_items
134
+ // * Items(SmallVec<[Box <ast::Item>; 1]>) -> token_tree_to_items
135
135
//
136
136
// * TraitItems(SmallVec<[ast::TraitItem; 1]>)
137
137
// * AssocItems(SmallVec<[ast::AssocItem; 1]>)
Original file line number Diff line number Diff line change 1
- 733dab558992d902d6d17576de1da768094e2cf3
1
+ 21a19c297d4f5a03501d92ca251bd7a17073c08a
You can’t perform that action at this time.
0 commit comments