Skip to content

Commit ca53019

Browse files
committed
---
yaml --- r: 3248 b: refs/heads/master c: 4539a2c h: refs/heads/master v: v3
1 parent b78b945 commit ca53019

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7fe9a88e31ae07f2fd89f6715efedd7e3edf49e6
2+
refs/heads/master: 4539a2cf7ad99851a165c98ed2f4e4a475cffd7d

trunk/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)