diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-07 12:56:01 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-07 13:31:12 -0700 |
| commit | 6ee1ffe4ac5918b094098589f75188e13dc8a791 (patch) | |
| tree | 592402eb56c12a3d19f64d9c96aaa6918e8f9b16 /src/comp/util | |
| parent | de88739350873142d10ffed0ec1ab6600eac20b8 (diff) | |
| download | rust-6ee1ffe4ac5918b094098589f75188e13dc8a791.tar.gz rust-6ee1ffe4ac5918b094098589f75188e13dc8a791.zip | |
Rename encoder::ty_str to encoded_str
Diffstat (limited to 'src/comp/util')
| -rw-r--r-- | src/comp/util/ppaux.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/util/ppaux.rs b/src/comp/util/ppaux.rs index a3963f94c42..381b595435b 100644 --- a/src/comp/util/ppaux.rs +++ b/src/comp/util/ppaux.rs @@ -152,7 +152,7 @@ fn ty_to_str(&ctxt cx, &t typ) -> str { } fn ty_to_short_str(&ctxt cx, t typ) -> str { - auto s = encoder::ty_str(cx, typ); + auto s = encoder::encoded_ty(cx, typ); if (str::byte_len(s) >= 32u) { s = str::substr(s, 0u, 32u); } ret s; } |
