Sign in
fuchsia
/
third_party
/
rust
/
4360fd7f342943b3d25a3eb7064fd3ef7599274e
/
.
/
tests
/
ui
/
issues
/
issue-19601.rs
blob: e97819e4122da023e08cd54c67629410f305c576 [
file
] [
log
] [
blame
]
//@ check-pass
trait
A
<
T
>
{}
struct
B
<
T
>
where B
<
T
>:
A
<
B
<
T
>>
{
t
:
T
}
fn
main
()
{}