This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
696cd98e6b
rust
/
tests
/
ui
/
iterators
/
bound.rs
5 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for handled cases
2018-10-09 19:01:17 -07:00
struct
S
<
I
:
Iterator
>
(
I
)
;
struct
T
(
S
<
u8
>
)
;
Update tests
2018-11-27 10:56:36 +01:00
//~^ ERROR is not an iterator
Add tests for handled cases
2018-10-09 19:01:17 -07:00
fn
main
(
)
{
}
Copy permalink