Skip to content

Commit 8504dc5

Browse files
author
Elliott Slaughter
committed
---
yaml --- r: 23454 b: refs/heads/master c: e68db3a h: refs/heads/master v: v3
1 parent 6c3b790 commit 8504dc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a7a74c79fa09d918703083f35d22c77351bfc992
2+
refs/heads/master: e68db3ad3c544652fbd755598a6a4cbe6f8bd225
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rustc/middle/trans/type_of.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ fn type_of_dtor(ccx: @crate_ctxt, self_ty: ty::t) -> TypeRef {
248248

249249
fn type_of_rooted(ccx: @crate_ctxt, t: ty::t) -> TypeRef {
250250
let addrspace = base::get_tydesc(ccx, t).addrspace;
251-
debug!{"type_of_rooted %s in addrspace %u",
252-
ty_to_str(ccx.tcx, t), addrspace as uint};
251+
debug!("type_of_rooted %s in addrspace %u",
252+
ty_to_str(ccx.tcx, t), addrspace as uint);
253253
return T_root(type_of(ccx, t), addrspace);
254254
}
255255

0 commit comments

Comments
 (0)