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

error: aborting due to previous error