File tree 2 files changed +18
-18
lines changed
2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ LL | -> <::std::ops::Range<impl Debug> as Iterator>::Item
38
38
Char
39
39
Ipv4Addr
40
40
Ipv6Addr
41
- char
42
- i128
43
- i16
44
- i32
45
- i64
46
- and 8 others
41
+ NonZero<u128>
42
+ NonZero<u16>
43
+ NonZero<u32>
44
+ NonZero<u64>
45
+ NonZero<u8>
46
+ and 14 others
47
47
= note: required for `std::ops::Range<impl Debug>` to implement `Iterator`
48
48
49
49
error[E0277]: the trait bound `impl Debug: Step` is not satisfied
@@ -59,12 +59,12 @@ LL | | }
59
59
Char
60
60
Ipv4Addr
61
61
Ipv6Addr
62
- char
63
- i128
64
- i16
65
- i32
66
- i64
67
- and 8 others
62
+ NonZero<u128>
63
+ NonZero<u16>
64
+ NonZero<u32>
65
+ NonZero<u64>
66
+ NonZero<u8>
67
+ and 14 others
68
68
= note: required for `std::ops::Range<impl Debug>` to implement `Iterator`
69
69
70
70
error: aborting due to 7 previous errors
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ LL | for i in false..true {}
14
14
Char
15
15
Ipv4Addr
16
16
Ipv6Addr
17
- char
18
- i128
19
- i16
20
- i32
21
- i64
22
- and 8 others
17
+ NonZero<u128>
18
+ NonZero<u16>
19
+ NonZero<u32>
20
+ NonZero<u64>
21
+ NonZero<u8>
22
+ and 14 others
23
23
= note: required for `std::ops::Range<bool>` to implement `Iterator`
24
24
= note: required for `std::ops::Range<bool>` to implement `IntoIterator`
25
25
You can’t perform that action at this time.
0 commit comments