Skip to content

Commit 7b602fe

Browse files
committed
---
yaml --- r: 507 b: refs/heads/master c: 73ee16b h: refs/heads/master i: 505: b82acba 503: 7344f9d v: v3
1 parent 4e07e38 commit 7b602fe

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8149bb14117123a0135eb255283508974976973a
2+
refs/heads/master: 73ee16b1a41fef7aeb7b08aaac835200ce857c48

trunk/src/rt/rust_builtin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ extern "C" CDECL void
112112
vec_print_debug_info(rust_task *task, type_desc *ty, rust_vec *v)
113113
{
114114
task->log(rust_log::STDLIB,
115-
"vec_print_debug_info(%" PRIxPTR ")"
116-
" with tydesc %" PRIxPTR
115+
"vec_print_debug_info(0x%" PRIxPTR ")"
116+
" with tydesc 0x%" PRIxPTR
117117
" (size = %" PRIdPTR ", align = %" PRIdPTR ")"
118118
" alloc = %" PRIdPTR ", fill = %" PRIdPTR
119119
" , data = ...", v, ty, ty->size, ty->align, v->alloc, v->fill);

trunk/src/test/run-pass/size-and-align.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// -*- rust -*-
22

3-
use std;
4-
import std._vec;
5-
63
type clam[T] = tag(a(T, int), b());
74

85
fn uhoh[T](vec[clam[T]] v) {

0 commit comments

Comments
 (0)