summary refs log tree commit diff
path: root/src/test/ui/parser/issue-17904.stderr
blob: 38f30099ed59cd8f3419372830dde449be9b6007 (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `==`, or `=`, found `;`
  --> $DIR/issue-17904.rs:4:33
   |
LL | struct Foo<T> where T: Copy, (T);
   |                                 ^ expected one of `:`, `==`, or `=` here

error: aborting due to previous error