File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,15 @@ macro_rules! arena_types {
122
122
[ few] crate_variances: rustc:: ty:: CrateVariancesMap <' tcx>,
123
123
[ few] inferred_outlives_crate: rustc:: ty:: CratePredicatesMap <' tcx>,
124
124
[ ] upvars: rustc_data_structures:: fx:: FxIndexMap <rustc:: hir:: HirId , rustc:: hir:: Upvar >,
125
- // HIR nodes arenas
125
+
126
+ // HIR types
126
127
[ few] hir_forest: rustc:: hir:: map:: Forest <$tcx>,
127
128
[ ] attribute: syntax:: ast:: Attribute ,
128
- [ ] global_asm: rustc:: hir:: GlobalAsm ,
129
+ [ few ] global_asm: rustc:: hir:: GlobalAsm ,
129
130
[ ] fn_decl: rustc:: hir:: FnDecl ,
130
131
[ ] foreign_item: rustc:: hir:: ForeignItem <$tcx>,
131
132
[ ] impl_item_ref: rustc:: hir:: ImplItemRef ,
132
- [ ] macro_def: rustc:: hir:: MacroDef <$tcx>,
133
+ [ few ] macro_def: rustc:: hir:: MacroDef <$tcx>,
133
134
[ ] param: rustc:: hir:: Param ,
134
135
[ ] path: rustc:: hir:: Path ,
135
136
[ ] struct_field: rustc:: hir:: StructField <$tcx>,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ pub const INDENT_UNIT: usize = 4;
107
107
/// it can scan the input text for comments to copy forward.
108
108
pub fn print_crate < ' a > ( cm : & ' a SourceMap ,
109
109
sess : & ParseSess ,
110
- krate : & hir:: Crate < ' a > ,
110
+ krate : & hir:: Crate < ' _ > ,
111
111
filename : FileName ,
112
112
input : String ,
113
113
ann : & ' a dyn PpAnn ) -> String {
You can’t perform that action at this time.
0 commit comments