Added 46186 stderr

This commit is contained in:
colinmarsh19 2017-11-25 19:30:15 -07:00 committed by GitHub
parent 477989933d
commit bbe4c85cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
error: expected item, found `;`
--> $DIR/issue-46186.rs:13:2
|
13 | }; //~ ERROR expected item, found `;`
| ^ help: consider removing this semicolon
error: aborting due to previous error