Skip to content

Commit 62b9a7e

Browse files
committed
---
yaml --- r: 1980 b: refs/heads/master c: 5b7961b h: refs/heads/master v: v3
1 parent f1dfddd commit 62b9a7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c077da553d4766af71d7f846c8526d460a6a113e
2+
refs/heads/master: 5b7961b64135bb0f3cd1d9f6f78dcec6bb0f598a

trunk/src/comp/middle/metadata.rs

+1
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ fn encode_info_for_native_item(@trans.crate_ctxt cx, &ebml.writer ebml_w,
457457
case (ast.native_item_ty(_, ?did)) {
458458
encode_def_id(ebml_w, did);
459459
encode_kind(ebml_w, 'T' as u8);
460+
encode_type(ebml_w, ty.plain_ty(ty.ty_native));
460461
}
461462
case (ast.native_item_fn(_, _, _, ?tps, ?did, ?ann)) {
462463
encode_def_id(ebml_w, did);

0 commit comments

Comments
 (0)