Remove silly long line.
This commit is contained in:
parent
cc1776ef1e
commit
d548f3eade
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue