rust/src/test/ui/issue-46186.stderr

9 lines
198 B
Plaintext
Raw Normal View History

2017-11-25 20:30:15 -06:00
error: expected item, found `;`
--> $DIR/issue-46186.rs:13:2
|
2018-02-22 18:42:32 -06:00
LL | }; //~ ERROR expected item, found `;`
2017-11-25 20:30:15 -06:00
| ^ help: consider removing this semicolon
error: aborting due to previous error