summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/empty-impl-semicolon.stderr
blob: cb15c36e6491cf9338cff5e8d2f26bb70edc1cef (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `{}`, found `;`
  --> $DIR/empty-impl-semicolon.rs:2:9
   |
LL | impl Foo;
   |         ^
   |
   = help: try using `{}` instead

error: aborting due to 1 previous error