summaryrefslogtreecommitdiffstats
path: root/tests/ui/generics/issue-95208.stderr
blob: 559527663e8a8e9e8b801e529b0bf19152ae96d4 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `:` followed by trait or lifetime
  --> $DIR/issue-95208.rs:6:46
   |
LL | impl<T> Struct<T> where T:: std::fmt::Display {
   |                          ---                 ^
   |                          |
   |                          help: use single colon: `:`

error: aborting due to previous error