diff options
| author | Lindsey Kuper <[email protected]> | 2011-05-13 11:00:26 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-13 17:35:13 -0700 |
| commit | 814b17352c5b5267e29f73a6ddf93f97030ac62c (patch) | |
| tree | 128555c6e8bc6c13c19a576aa76a064ac51a9aff /src/comp/middle/trans.rs | |
| parent | More work toward anonymous objects. (diff) | |
| download | rust-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.rs | 2 |
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; } } |