Skip to content

Commit 6021658

Browse files
committed
---
yaml --- r: 185084 b: refs/heads/snap-stage3 c: 13efa52 h: refs/heads/master v: v3
1 parent de7c207 commit 6021658

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: f0f7ca27de6b4e03f30012656dad270cda55a363
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 89d5d2448d574577e6772dbfef0ff5b1d1e0d238
4+
refs/heads/snap-stage3: 13efa529462a0f12bb0ffba7ed1ea58925e6a1b7
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc/middle/traits/select.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,6 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
16991699
Some(vec![referent_ty])
17001700
}
17011701

1702-
ty::ty_open(element_ty) => {Some(vec![element_ty])},
1703-
17041702
ty::ty_ptr(ty::mt { ty: element_ty, ..}) |
17051703
ty::ty_rptr(_, ty::mt { ty: element_ty, ..}) => {
17061704
Some(vec![element_ty])

0 commit comments

Comments
 (0)