Skip to content

Commit f8612ee

Browse files
committed
---
yaml --- r: 11710 b: refs/heads/master c: 0824d15 h: refs/heads/master v: v3
1 parent 0251525 commit f8612ee

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0e17cdb627e460a7c4cf8efe285b56a46592e2eb
2+
refs/heads/master: 0824d1501b7911f45d028cb387e5e159bdd63eca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)