summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/empty-impl-semicolon.stderr
blob: 6ed309eba9392e15ad7471dd9073f3acd8fe6902 (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 previous error