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-1.rs
blob: e458f644c9f47508172fd9cdce486856c67cfbca (
plain
)
1
2
3
type
A
=
for
<'
a
'
b
>
fn
();
//~ ERROR expected one of `,`, `:`, or `>`, found `'b`
fn
main
()
{}