File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,10 @@ LL | _n: PhantomData,
77help: consider importing one of these items
88 |
99LL + use core::marker::PhantomData;
10- LL | trait TypeVal<T> {
1110 |
1211LL + use serde::__private::PhantomData;
13- LL | trait TypeVal<T> {
1412 |
1513LL + use std::marker::PhantomData;
16- LL | trait TypeVal<T> {
1714 |
1815
1916error[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 {
1414LL + Self::new()
1515LL + }
1616LL + }
17- LL | impl Foo {
1817 |
1918
2019error: you should consider adding a `Default` implementation for `Bar`
@@ -32,7 +31,6 @@ LL + fn default() -> Self {
3231LL + Self::new()
3332LL + }
3433LL + }
35- LL | impl Bar {
3634 |
3735
3836error: you should consider adding a `Default` implementation for `LtKo<'c>`
@@ -50,7 +48,6 @@ LL + fn default() -> Self {
5048LL + Self::new()
5149LL + }
5250LL + }
53- LL | impl<'c> LtKo<'c> {
5451 |
5552
5653error: you should consider adding a `Default` implementation for `NewNotEqualToDerive`
@@ -68,7 +65,6 @@ LL + fn default() -> Self {
6865LL + Self::new()
6966LL + }
7067LL + }
71- LL | impl NewNotEqualToDerive {
7268 |
7369
7470error: you should consider adding a `Default` implementation for `FooGenerics<T>`
@@ -86,7 +82,6 @@ LL + fn default() -> Self {
8682LL + Self::new()
8783LL + }
8884LL + }
89- LL | impl<T> FooGenerics<T> {
9085 |
9186
9287error: you should consider adding a `Default` implementation for `BarGenerics<T>`
@@ -104,7 +99,6 @@ LL + fn default() -> Self {
10499LL + Self::new()
105100LL + }
106101LL + }
107- LL | impl<T: Copy> BarGenerics<T> {
108102 |
109103
110104error: you should consider adding a `Default` implementation for `Foo<T>`
You can’t perform that action at this time.
0 commit comments