summary refs log tree commit diff
path: root/src/test/ui/parser/bound-single-question-mark.stderr
blob: e30b32f41b413bf8f8e7c2c48f70dc4d66d0afc9 (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: ?>() {} //~ ERROR expected identifier, found `>`
   |          ^ expected identifier

error: aborting due to previous error