@@ -6,14 +6,14 @@ LL | 22 >> p.char;
66 |
77 = help: the trait `Shr<char>` is not implemented for `{integer}`
88 = help: the following other types implement trait `Shr<Rhs>`:
9- `&'a i128` implements `Shr<i128 >`
10- `&'a i128` implements `Shr<i16 >`
11- `&'a i128` implements `Shr<i32 >`
12- `&'a i128` implements `Shr<i64 >`
13- `&'a i128` implements `Shr<i8 >`
14- `&'a i128` implements `Shr<isize >`
15- `&'a i128` implements `Shr<u128 >`
16- `&'a i128` implements `Shr<u16 >`
9+ `&i128` implements `Shr<&i16 >`
10+ `&i128` implements `Shr<&i32 >`
11+ `&i128` implements `Shr<&i64 >`
12+ `&i128` implements `Shr<&i8 >`
13+ `&i128` implements `Shr<&isize >`
14+ `&i128` implements `Shr<&u128 >`
15+ `&i128` implements `Shr<&u16 >`
16+ `&i128` implements `Shr<&u32 >`
1717 and 568 others
1818
1919error[E0277]: no implementation for `{integer} >> &str`
@@ -24,14 +24,14 @@ LL | 22 >> p.str;
2424 |
2525 = help: the trait `Shr<&str>` is not implemented for `{integer}`
2626 = help: the following other types implement trait `Shr<Rhs>`:
27- `&'a i128` implements `Shr<i128 >`
28- `&'a i128` implements `Shr<i16 >`
29- `&'a i128` implements `Shr<i32 >`
30- `&'a i128` implements `Shr<i64 >`
31- `&'a i128` implements `Shr<i8 >`
32- `&'a i128` implements `Shr<isize >`
33- `&'a i128` implements `Shr<u128 >`
34- `&'a i128` implements `Shr<u16 >`
27+ `&i128` implements `Shr<&i16 >`
28+ `&i128` implements `Shr<&i32 >`
29+ `&i128` implements `Shr<&i64 >`
30+ `&i128` implements `Shr<&i8 >`
31+ `&i128` implements `Shr<&isize >`
32+ `&i128` implements `Shr<&u128 >`
33+ `&i128` implements `Shr<&u16 >`
34+ `&i128` implements `Shr<&u32 >`
3535 and 568 others
3636
3737error[E0277]: no implementation for `{integer} >> &Panolpy`
@@ -42,14 +42,14 @@ LL | 22 >> p;
4242 |
4343 = help: the trait `Shr<&Panolpy>` is not implemented for `{integer}`
4444 = help: the following other types implement trait `Shr<Rhs>`:
45- `&'a i128` implements `Shr<i128 >`
46- `&'a i128` implements `Shr<i16 >`
47- `&'a i128` implements `Shr<i32 >`
48- `&'a i128` implements `Shr<i64 >`
49- `&'a i128` implements `Shr<i8 >`
50- `&'a i128` implements `Shr<isize >`
51- `&'a i128` implements `Shr<u128 >`
52- `&'a i128` implements `Shr<u16 >`
45+ `&i128` implements `Shr<&i16 >`
46+ `&i128` implements `Shr<&i32 >`
47+ `&i128` implements `Shr<&i64 >`
48+ `&i128` implements `Shr<&i8 >`
49+ `&i128` implements `Shr<&isize >`
50+ `&i128` implements `Shr<&u128 >`
51+ `&i128` implements `Shr<&u16 >`
52+ `&i128` implements `Shr<&u32 >`
5353 and 568 others
5454
5555error[E0308]: mismatched types
0 commit comments