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 c66e265 commit 5f37ee3Copy full SHA for 5f37ee3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 012fa69ea500aa31cb3dd2cd3df67ecd3eefd44e
+refs/heads/master: f50caa75c20f997a578d70c696cc9c1bf9fa40fe
trunk/src/comp/middle/trans.rs
@@ -70,7 +70,8 @@ state type crate_ctxt = rec(session.session sess,
70
hashmap[str, ValueRef] item_names,
71
hashmap[ast.def_id, ValueRef] item_ids,
72
hashmap[ast.def_id, @ast.item] items,
73
- hashmap[ast.def_id, @ast.native_item] native_items,
+ hashmap[ast.def_id,
74
+ @ast.native_item] native_items,
75
hashmap[ast.def_id, @tag_info] tags,
76
hashmap[ast.def_id, ValueRef] fn_pairs,
77
hashmap[ast.def_id, ValueRef] consts,
0 commit comments