rustc: Export only what's used from middle::resolve
This commit is contained in:
parent
7fe9a88e31
commit
4539a2cf7a
@ -25,6 +25,9 @@
|
||||
import std::str;
|
||||
import std::vec;
|
||||
|
||||
export resolve_crate;
|
||||
export def_map;
|
||||
export crate_map;
|
||||
|
||||
// Resolving happens in two passes. The first pass collects defids of all
|
||||
// (internal) imports and modules, so that they can be looked up when needed,
|
||||
|
Loading…
Reference in New Issue
Block a user