Skip to content

Commit 80a8af7

Browse files
committed
rustc: Export only what's used from middle::resolve
1 parent 942fcbe commit 80a8af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/comp/middle/resolve.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ import std::option::none;
2525
import std::str;
2626
import std::vec;
2727

28+
export resolve_crate;
29+
export def_map;
30+
export crate_map;
2831

2932
// Resolving happens in two passes. The first pass collects defids of all
3033
// (internal) imports and modules, so that they can be looked up when needed,

0 commit comments

Comments
 (0)