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-where-1.rs
blob: f1a002a9f7b609d14b5f9a8ded8a1cbc5543ebf7 (
plain
)
1
2
3
type
A
where
'
a
;
//~ ERROR expected `:`, found `;`
fn
main
()
{}