Skip to content

Commit 1b2e53e

Browse files
committed
---
yaml --- r: 14716 b: refs/heads/try c: 0824d15 h: refs/heads/master v: v3
1 parent c14a256 commit 1b2e53e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 0e17cdb627e460a7c4cf8efe285b56a46592e2eb
5+
refs/heads/try: 0824d1501b7911f45d028cb387e5e159bdd63eca
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/syntax/visit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ fn visit_ty<E>(t: @ty, e: E, v: vt<E>) {
171171
ty_uniq(mt) { v.visit_ty(mt.ty, e, v); }
172172
ty_vec(mt) { v.visit_ty(mt.ty, e, v); }
173173
ty_ptr(mt) { v.visit_ty(mt.ty, e, v); }
174+
ty_rptr(_, mt) { v.visit_ty(mt.ty, e, v); }
174175
ty_rec(flds) {
175176
for f: ty_field in flds { v.visit_ty(f.node.mt.ty, e, v); }
176177
}

0 commit comments

Comments
 (0)