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 012fa69 commit f50caa7Copy full SHA for f50caa7
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