aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/trans.rs
diff options
context:
space:
mode:
authorLindsey Kuper <[email protected]>2011-05-13 11:00:26 -0700
committerGraydon Hoare <[email protected]>2011-05-13 17:35:13 -0700
commit814b17352c5b5267e29f73a6ddf93f97030ac62c (patch)
tree128555c6e8bc6c13c19a576aa76a064ac51a9aff /src/comp/middle/trans.rs
parentMore work toward anonymous objects. (diff)
downloadrust-814b17352c5b5267e29f73a6ddf93f97030ac62c.tar.xz
rust-814b17352c5b5267e29f73a6ddf93f97030ac62c.zip
Use new module namespace syntax.
Diffstat (limited to 'src/comp/middle/trans.rs')
-rw-r--r--src/comp/middle/trans.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs
index fa50d857..fdc32f11 100644
--- a/src/comp/middle/trans.rs
+++ b/src/comp/middle/trans.rs
@@ -2889,7 +2889,7 @@ fn iter_sequence(@block_ctxt cx,
cx.fcx.lcx.ccx.sess.bug("unexpected type in " +
"trans::iter_sequence: " +
- ty.ty_to_str(cx.fcx.lcx.ccx.tcx, t));
+ ty::ty_to_str(cx.fcx.lcx.ccx.tcx, t));
fail;
}
}