mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
Remove silly long line.
This commit is contained in:
parent
cc1776ef1e
commit
d548f3eade
@ -46,6 +46,5 @@ fn bar<T, I, X>(x: X) where
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
foo(&[0i, 1, 2]);
|
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]);
|
bar(&[0i, 1, 2]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user