File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,10 @@ LL | _n: PhantomData,
7
7
help: consider importing one of these items
8
8
|
9
9
LL + use core::marker::PhantomData;
10
- LL | trait TypeVal<T> {
11
10
|
12
11
LL + use serde::__private::PhantomData;
13
- LL | trait TypeVal<T> {
14
12
|
15
13
LL + use std::marker::PhantomData;
16
- LL | trait TypeVal<T> {
17
14
|
18
15
19
16
error[E0412]: cannot find type `VAL` in this scope
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ LL + fn default() -> Self {
14
14
LL + Self::new()
15
15
LL + }
16
16
LL + }
17
- LL | impl Foo {
18
17
|
19
18
20
19
error: you should consider adding a `Default` implementation for `Bar`
@@ -32,7 +31,6 @@ LL + fn default() -> Self {
32
31
LL + Self::new()
33
32
LL + }
34
33
LL + }
35
- LL | impl Bar {
36
34
|
37
35
38
36
error: you should consider adding a `Default` implementation for `LtKo<'c>`
@@ -50,7 +48,6 @@ LL + fn default() -> Self {
50
48
LL + Self::new()
51
49
LL + }
52
50
LL + }
53
- LL | impl<'c> LtKo<'c> {
54
51
|
55
52
56
53
error: you should consider adding a `Default` implementation for `NewNotEqualToDerive`
@@ -68,7 +65,6 @@ LL + fn default() -> Self {
68
65
LL + Self::new()
69
66
LL + }
70
67
LL + }
71
- LL | impl NewNotEqualToDerive {
72
68
|
73
69
74
70
error: you should consider adding a `Default` implementation for `FooGenerics<T>`
@@ -86,7 +82,6 @@ LL + fn default() -> Self {
86
82
LL + Self::new()
87
83
LL + }
88
84
LL + }
89
- LL | impl<T> FooGenerics<T> {
90
85
|
91
86
92
87
error: you should consider adding a `Default` implementation for `BarGenerics<T>`
@@ -104,7 +99,6 @@ LL + fn default() -> Self {
104
99
LL + Self::new()
105
100
LL + }
106
101
LL + }
107
- LL | impl<T: Copy> BarGenerics<T> {
108
102
|
109
103
110
104
error: you should consider adding a `Default` implementation for `Foo<T>`
You can’t perform that action at this time.
0 commit comments