We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cda83 commit d48e210Copy full SHA for d48e210
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 942fcbe7a1bf0f53f03c53491b94c1b60f3229a2
+refs/heads/master: 80a8af7b4729677031099c5156acd22893eb4536
trunk/src/comp/middle/resolve.rs
@@ -25,6 +25,9 @@ import std::option::none;
25
import std::str;
26
import std::vec;
27
28
+export resolve_crate;
29
+export def_map;
30
+export crate_map;
31
32
// Resolving happens in two passes. The first pass collects defids of all
33
// (internal) imports and modules, so that they can be looked up when needed,
0 commit comments