mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
rustc_plugin: fix compilation
This commit is contained in:
committed by
Florian Diebold
parent
2b790f75c5
commit
37e75411dd
@@ -35,8 +35,6 @@ fn visit_item(&mut self, item: &hir::Item) {
|
||||
|
||||
fn visit_impl_item(&mut self, _impl_item: &hir::ImplItem) {
|
||||
}
|
||||
|
||||
fn visit_expr_id(&mut self, _: hir::ExprId) { }
|
||||
}
|
||||
|
||||
/// Find the function marked with `#[plugin_registrar]`, if any.
|
||||
|
||||
Reference in New Issue
Block a user