summaryrefslogtreecommitdiffstats
path: root/tests/ui/generics/issue-95208.stderr
blob: 0d856d096affc96d159dcb64d06bfe54d1889d82 (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 1 previous error