rust/tests/ui/parser/issues/issue-21146.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
201 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error: expected one of `!` or `::`, found `<eof>`
2018-12-25 15:56:47 +00:00
--> $DIR/auxiliary/issue-21146-inc.rs:3:1
2018-08-08 12:28:26 +00:00
|
LL | parse_error
| ^^^^^^^^^^^ expected one of `!` or `::`
2018-08-08 12:28:26 +00:00
error: aborting due to previous error