We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1776e commit d548f3eCopy full SHA for d548f3e
src/test/run-pass/associated-types-nested-projections.rs
@@ -46,6 +46,5 @@ fn bar<T, I, X>(x: X) where
46
47
fn main() {
48
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`
50
bar(&[0i, 1, 2]);
51
}
0 commit comments