]> git.lizzy.rs Git - rust.git/blob - src/test/ui/traits/assoc-type-in-superbad.stderr
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / ui / traits / assoc-type-in-superbad.stderr
1 error[E0271]: type mismatch resolving `<std::vec::IntoIter<i32> as Iterator>::Item == u32`
2   --> $DIR/assoc-type-in-superbad.rs:12:16
3    |
4 LL |     type Key = u32;
5    |                ^^^ expected `i32`, found `u32`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0271`.