index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
bounds-lifetime-2.rs
blob: f184107bbd1c8c22485fc01c4a81d14716709cb8 (
plain
)
1
2
3
type
A
=
for
<'
a
+
'
b
>
fn
();
//~ ERROR expected one of `,`, `:`, or `>`, found `+`
fn
main
()
{}