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
/
issues
/
issue-19601.rs
blob: 176e6ba410670df9641eb9028bde1f3dac42ecba (
plain
)
1
2
3
4
5
6
// check-pass
trait
A
<
T
>
{}
struct
B
<
T
>
where
B
<
T
>
:
A
<
B
<
T
>>
{
t
:
T
}
fn
main
()
{}