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
/
src
/
test
/
ui
/
higher-rank-trait-bounds
/
issue-95230.rs
blob: 92c506eabb7f43a01ccb297b7467d664cab1d01b (
plain
)
1
2
3
4
5
6
7
// check-pass
pub
struct
Bar
where
for
<'
a
>
&'
a
mut
Self
:
;
fn
main
()
{}