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