Skip to content

Commit a4659d4

Browse files
committed
---
yaml --- r: 7003 b: refs/heads/master c: cdd806d h: refs/heads/master i: 7001: 577a84f 6999: e3b4084 v: v3
1 parent 9e3d6f7 commit a4659d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 15be2fc73a4cbed9ac121a91b683812fd3cf1d8a
2+
refs/heads/master: cdd806d3248a702fb4d75f5134f0a7dff86710b6

trunk/src/comp/util/ppaux.rs

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ fn ty_to_str(cx: ctxt, typ: t) -> str {
9595
ty_str. { "str" }
9696
ty_box(tm) { "@" + mt_to_str(cx, tm) }
9797
ty_uniq(tm) { "~" + mt_to_str(cx, tm) }
98+
ty_ptr(tm) { "*" + mt_to_str(cx, tm) }
9899
ty_vec(tm) { "[" + mt_to_str(cx, tm) + "]" }
99100
ty_type. { "type" }
100101
ty_rec(elems) {

0 commit comments

Comments
 (0)