We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78db66e commit 4ffbc00Copy full SHA for 4ffbc00
tests/ui/new_without_default.stderr
@@ -191,7 +191,6 @@ LL + fn default() -> Self {
191
LL + Self::new()
192
LL + }
193
194
-LL | impl NewWithCfg {
195
|
196
197
error: you should consider adding a `Default` implementation for `NewWith2Cfgs`
@@ -212,7 +211,6 @@ LL + fn default() -> Self {
212
211
213
214
215
-LL | impl NewWith2Cfgs {
216
217
218
error: you should consider adding a `Default` implementation for `NewWithExtraneous`
@@ -250,7 +248,6 @@ LL + fn default() -> Self {
250
248
251
249
252
253
-LL | impl NewWithCfgAndExtraneous {
254
255
256
error: aborting due to 13 previous errors
0 commit comments