File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,16 +183,16 @@ pub fn compile_rest(sess: Session,
183
183
* sess. building_library = session:: building_library (
184
184
sess. opts . crate_type , crate , sess. opts . test ) ;
185
185
186
+ crate = time ( time_passes, ~"expansion", ||
187
+ syntax:: ext:: expand:: expand_crate ( sess. parse_sess , copy cfg,
188
+ crate ) ) ;
189
+
186
190
crate = time ( time_passes, ~"configuration", ||
187
191
front:: config:: strip_unconfigured_items ( crate ) ) ;
188
192
189
193
crate = time ( time_passes, ~"maybe building test harness", ||
190
194
front:: test:: modify_for_testing ( sess, crate ) ) ;
191
195
192
- crate = time ( time_passes, ~"expansion", ||
193
- syntax:: ext:: expand:: expand_crate ( sess. parse_sess , copy cfg,
194
- crate ) ) ;
195
-
196
196
if upto == cu_expand { return ( crate , None ) ; }
197
197
198
198
crate = time ( time_passes, ~"intrinsic injection", ||
You can’t perform that action at this time.
0 commit comments