fixup! Don't visit foreign function bodies when lowering ast to hir
This commit is contained in:
parent
68aca3baf6
commit
0c64d32a4a
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ use rustc_ast::attr;
|
|||
use rustc_ast::node_id::NodeMap;
|
||||
use rustc_ast::ptr::P;
|
||||
use rustc_ast::visit::{self, AssocCtxt, FnCtxt, FnKind, Visitor};
|
||||
use rustc_ast::walk_list;
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_errors::struct_span_err;
|
||||
use rustc_hir as hir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue