Remove silly long line.

This commit is contained in:
Niko Matsakis 2015-01-08 12:30:13 -05:00
parent cc1776ef1e
commit d548f3eade

View File

@ -46,6 +46,5 @@ fn bar<T, I, X>(x: X) where
fn main() {
foo(&[0i, 1, 2]);
//~^ error: the trait `Bound` is not implemented for the type `<<&[int; 3] as IntoIterator>::Iter as core::iter::Iterator>::Item`
bar(&[0i, 1, 2]);
}