summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-17904-2.stderr
blob: 9c7fdf6ccb416320aaeb7e0b428f6dbf20ce3993 (plain)
1
2
3
4
5
6
7
8
error: expected item, found keyword `where`
  --> $DIR/issue-17904-2.rs:1:24
   |
LL | struct Bar<T> { x: T } where T: Copy
   |                        ^^^^^ expected item

error: aborting due to previous error