@@ -6,14 +6,14 @@ LL | 22 >> p.char;
6
6
|
7
7
= help: the trait `Shr<char>` is not implemented for `{integer}`
8
8
= 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 >`
17
17
and 568 others
18
18
19
19
error[E0277]: no implementation for `{integer} >> &str`
@@ -24,14 +24,14 @@ LL | 22 >> p.str;
24
24
|
25
25
= help: the trait `Shr<&str>` is not implemented for `{integer}`
26
26
= 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 >`
35
35
and 568 others
36
36
37
37
error[E0277]: no implementation for `{integer} >> &Panolpy`
@@ -42,14 +42,14 @@ LL | 22 >> p;
42
42
|
43
43
= help: the trait `Shr<&Panolpy>` is not implemented for `{integer}`
44
44
= 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 >`
53
53
and 568 others
54
54
55
55
error[E0308]: mismatched types
0 commit comments