blob: e3522cef8d44f416c0d593ad0a8c68ca7775cf6b [file] [log] [blame]
error: expected identifier, found `>`
--> $DIR/bound-single-question-mark.rs:13:10
|
LL | fn f<T: ?>() {} //~ ERROR expected identifier, found `>`
| ^ expected identifier
error: aborting due to previous error