Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
iterators
/
bound.rs
blob: bdd99ef8d17c08ccf9de5fdc9c997524fcf75479 [
file
] [
log
] [
blame
]
struct
S
<
I
:
Iterator
>(
I
);
struct
T
(
S
<
u8
>);
//~^ ERROR is not an iterator
fn
main
()
{}