rust/src/test/ui/parser/bound-single-question-mark.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
186 B
Text

error: expected identifier, found `>`
--> $DIR/bound-single-question-mark.rs:1:10
|
LL | fn f<T: ?>() {}
| ^ expected identifier
error: aborting due to previous error