We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a74c7 commit e68db3aCopy full SHA for e68db3a
src/rustc/middle/trans/type_of.rs
@@ -248,8 +248,8 @@ fn type_of_dtor(ccx: @crate_ctxt, self_ty: ty::t) -> TypeRef {
248
249
fn type_of_rooted(ccx: @crate_ctxt, t: ty::t) -> TypeRef {
250
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};
+ debug!("type_of_rooted %s in addrspace %u",
+ ty_to_str(ccx.tcx, t), addrspace as uint);
253
return T_root(type_of(ccx, t), addrspace);
254
}
255
0 commit comments