Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
bound-single-question-mark.stderr
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