Skip to content

Commit 0a3cc13

Browse files
committed
---
yaml --- r: 172699 b: refs/heads/try c: d548f3e h: refs/heads/master i: 172697: 325616d 172695: 3ce59ed v: v3
1 parent e801b6d commit 0a3cc13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 170c4399e614fe599c3d41306b3429ca8b3b68c6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5-
refs/heads/try: cc1776ef1eb8ef2696ebc3228f6ce9db63019d15
5+
refs/heads/try: d548f3eade86040587e63530e5c04f3320cd722b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/test/run-pass/associated-types-nested-projections.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@ fn bar<T, I, X>(x: X) where
4646

4747
fn main() {
4848
foo(&[0i, 1, 2]);
49-
//~^ error: the trait `Bound` is not implemented for the type `<<&[int; 3] as IntoIterator>::Iter as core::iter::Iterator>::Item`
5049
bar(&[0i, 1, 2]);
5150
}

0 commit comments

Comments
 (0)