Skip to content

Commit 5f37ee3

Browse files
committed
---
yaml --- r: 1393 b: refs/heads/master c: f50caa7 h: refs/heads/master i: 1391: e20878d v: v3
1 parent c66e265 commit 5f37ee3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 012fa69ea500aa31cb3dd2cd3df67ecd3eefd44e
2+
refs/heads/master: f50caa75c20f997a578d70c696cc9c1bf9fa40fe

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ state type crate_ctxt = rec(session.session sess,
7070
hashmap[str, ValueRef] item_names,
7171
hashmap[ast.def_id, ValueRef] item_ids,
7272
hashmap[ast.def_id, @ast.item] items,
73-
hashmap[ast.def_id, @ast.native_item] native_items,
73+
hashmap[ast.def_id,
74+
@ast.native_item] native_items,
7475
hashmap[ast.def_id, @tag_info] tags,
7576
hashmap[ast.def_id, ValueRef] fn_pairs,
7677
hashmap[ast.def_id, ValueRef] consts,

0 commit comments

Comments
 (0)