]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bound-single-question-mark.stderr
Account for ADT bodies and struct expressions
[rust.git] / src / test / ui / parser / bound-single-question-mark.stderr
1 error: expected identifier, found `>`
2   --> $DIR/bound-single-question-mark.rs:1:10
3    |
4 LL | fn f<T: ?>() {}
5    |          ^ expected identifier
6
7 error: aborting due to previous error
8