]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generics/issue-95208.stderr
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / generics / issue-95208.stderr
1 error: expected `:` followed by trait or lifetime
2   --> $DIR/issue-95208.rs:6:46
3    |
4 LL | impl<T> Struct<T> where T:: std::fmt::Display {
5    |                          ---                 ^
6    |                          |
7    |                          help: use single colon: `:`
8
9 error: aborting due to previous error
10