summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bound-single-question-mark.stderr
blob: 82937a517b5e95f2bb9eb8f04f3c6831ad15a4c3 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `>`
  --> $DIR/bound-single-question-mark.rs:1:10
   |
LL | fn f<T: ?>() {}
   |          ^ expected identifier

error: aborting due to previous error