blob: 5d0fb6b44cb29da25dcd3f5f70a77746d006ef34 [file] [log] [blame]
error[E0271]: type mismatch resolving `<std::vec::IntoIter<i32> as std::iter::Iterator>::Item == u32`
--> $DIR/traits-assoc-type-in-supertrait-bad.rs:11:6
|
LL | impl Foo for IntoIter<i32> {
| ^^^ expected `i32`, found `u32`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0271`.