]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generics/issue-95208-ignore-qself.stderr
Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=joshtriplett
[rust.git] / src / test / ui / generics / issue-95208-ignore-qself.stderr
1 error: expected `:` followed by trait or lifetime
2   --> $DIR/issue-95208-ignore-qself.rs:6:88
3    |
4 LL | impl<T: Iterator> Struct<T> where <T as std:: iter::Iterator>::Item:: std::fmt::Display {
5    |                                                                    ---                 ^
6    |                                                                    |
7    |                                                                    help: use single colon: `:`
8
9 error: aborting due to previous error
10