提交 323b2b71 编写于 作者: Q QuietMisdreavus

only abort after all early passes have run

上级 bef0f257
......@@ -596,6 +596,8 @@ fn report_deprecated_attr(name: &str, diag: &errors::Handler) {
}
}
ctxt.sess().abort_if_errors();
(krate, ctxt.renderinfo.into_inner(), passes)
}), &sess)
})
......
......@@ -379,8 +379,6 @@ fn fold_item(&mut self, mut item: Item) -> Option<Item> {
}
}
cx.sess().abort_if_errors();
if item.is_mod() && !item.attrs.inner_docs {
self.mod_ids.push(item_node_id.unwrap());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册