summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-111148.stderr
blob: e6595a5cbcc45cfa879fc6accdcdf9b78b7a7d64 (plain)
1
2
3
4
5
6
7
8
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `<`
  --> $DIR/issue-111148.rs:1:6
   |
LL | fn a<<i<Y<w<>#
   |      ^ expected one of `#`, `>`, `const`, identifier, or lifetime

error: aborting due to previous error