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