Skip to content

Commit 1cadea2

Browse files
committed
---
yaml --- r: 3686 b: refs/heads/master c: de88739 h: refs/heads/master v: v3
1 parent d9ab493 commit 1cadea2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 7d26d1d67b271dcc2a422e13138163cd31393fd3
2+
refs/heads/master: de88739350873142d10ffed0ec1ab6600eac20b8

trunk/src/comp/metadata/encoder.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import middle::ty;
1616
import middle::ty::node_id_to_monotype;
1717
import front::attr;
1818

19-
export def_to_str;
2019
export encode_metadata;
2120
export ty_str;
2221

@@ -543,7 +542,7 @@ fn encode_metadata(&@crate_ctxt cx, &@crate crate) -> str {
543542

544543
// Get the encoded string for a type
545544
fn ty_str(&ty::ctxt tcx, &ty::t t) -> str {
546-
auto cx = @rec(ds = encoder::def_to_str,
545+
auto cx = @rec(ds = def_to_str,
547546
tcx = tcx,
548547
abbrevs = metadata::tyencode::ac_no_abbrevs);
549548
auto sw = io::string_writer();

0 commit comments

Comments
 (0)