]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-21146.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-21146.stderr
1 error: expected one of `!` or `::`, found `<eof>`
2   --> $DIR/auxiliary/issue-21146-inc.rs:3:1
3    |
4 LL | parse_error
5    | ^^^^^^^^^^^ expected one of `!` or `::`
6
7 error: aborting due to previous error
8