Limit exports from typeck
This commit is contained in:
parent
97c1537374
commit
c1136e4e05
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ import std::option::from_maybe;
|
|||
import std::smallintmap;
|
||||
import middle::tstate::ann::ts_ann;
|
||||
|
||||
export check_crate;
|
||||
|
||||
type ty_table = hashmap[ast::def_id, ty::t];
|
||||
|
||||
type obj_info = rec(vec[ast::obj_field] obj_fields, ast::node_id this_obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue