Retain original pass order
It shouldn't matter, but hey - better safe than sorry!
This commit is contained in:
parent
59d7d7d54b
commit
707a9a08bf
@ -1243,8 +1243,6 @@ where
|
||||
// tcx available.
|
||||
time(sess, "dep graph tcx init", || rustc_incremental::dep_graph_tcx_init(tcx));
|
||||
|
||||
time(sess, "loop checking", || loops::check_crate(tcx));
|
||||
|
||||
time(sess, "looking for plugin registrar", || {
|
||||
plugin::build::find_plugin_registrar(tcx)
|
||||
});
|
||||
@ -1253,6 +1251,8 @@ where
|
||||
proc_macro_decls::find(tcx)
|
||||
});
|
||||
|
||||
time(sess, "loop checking", || loops::check_crate(tcx));
|
||||
|
||||
time(sess, "attribute checking", || {
|
||||
hir::check_attr::check_crate(tcx)
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user