]> git.lizzy.rs Git - rust.git/commitdiff
Remove silly long line.
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 8 Jan 2015 17:30:13 +0000 (12:30 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 8 Jan 2015 17:30:13 +0000 (12:30 -0500)
src/test/run-pass/associated-types-nested-projections.rs

index 12d3fcaa4fe7303c34d58504742201200e308576..a907b9fcde51f77b62abeab114f1a6369ba49483 100644 (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]);
 }