Skip to content

Commit c1136e4

Browse files
committed
Limit exports from typeck
1 parent 97c1537 commit c1136e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/comp/middle/typeck.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ import std::option::from_maybe;
4848
import std::smallintmap;
4949
import middle::tstate::ann::ts_ann;
5050

51+
export check_crate;
52+
5153
type ty_table = hashmap[ast::def_id, ty::t];
5254

5355
type obj_info = rec(vec[ast::obj_field] obj_fields, ast::node_id this_obj);

0 commit comments

Comments
 (0)