Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
bounds-lifetime-2.rs
blob: f184107bbd1c8c22485fc01c4a81d14716709cb8 [
file
] [
log
] [
blame
]
type
A
=
for
<
'a + '
b
>
fn
();
//~ ERROR expected one of `,`, `:`, or `>`, found `+`
fn
main
()
{}