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