Skip to content

Commit d548f3e

Browse files
committed
Remove silly long line.
1 parent cc1776e commit d548f3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)