Skip to content

Commit d48e210

Browse files
committed
---
yaml --- r: 3255 b: refs/heads/master c: 80a8af7 h: refs/heads/master i: 3253: 056bad4 3251: 4cef5b6 3247: b78b945 v: v3
1 parent 84cda83 commit d48e210

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: 942fcbe7a1bf0f53f03c53491b94c1b60f3229a2
2+
refs/heads/master: 80a8af7b4729677031099c5156acd22893eb4536

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)