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 2ca00c2 commit ebeab8bCopy full SHA for ebeab8b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 97c1537374340f6370f9e1e47983903e3598c4ec
+refs/heads/master: c1136e4e0515ed709847bd46fc8f03e812d423bb
trunk/src/comp/middle/typeck.rs
@@ -48,6 +48,8 @@ import std::option::from_maybe;
48
import std::smallintmap;
49
import middle::tstate::ann::ts_ann;
50
51
+export check_crate;
52
+
53
type ty_table = hashmap[ast::def_id, ty::t];
54
55
type obj_info = rec(vec[ast::obj_field] obj_fields, ast::node_id this_obj);
0 commit comments