Add a note to duplicate diagnostics · rust-lang/rust@5453a9f

@@ -169,6 +169,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

169169

|

170170

LL | type Item<'a, T>;

171171

| ^^^^ --

172+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

172173

help: add missing lifetime argument

173174

|

174175

LL | <Self as SVec>::Item<'a>,

@@ -185,6 +186,7 @@ note: associated type defined here, with 1 generic parameter: `T`

185186

|

186187

LL | type Item<'a, T>;

187188

| ^^^^ -

189+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

188190

help: add missing generic argument

189191

|

190192

LL | <Self as SVec>::Item<T>,

@@ -201,6 +203,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

201203

|

202204

LL | type Item<'a, T>;

203205

| ^^^^ --

206+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

204207

help: add missing lifetime argument

205208

|

206209

LL | Output = <Index<<Self as SVec>::Item<'a>,

@@ -217,6 +220,7 @@ note: associated type defined here, with 1 generic parameter: `T`

217220

|

218221

LL | type Item<'a, T>;

219222

| ^^^^ -

223+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

220224

help: add missing generic argument

221225

|

222226

LL | Output = <Index<<Self as SVec>::Item<T>,

@@ -233,6 +237,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

233237

|

234238

LL | type Item<'a, T>;

235239

| ^^^^ --

240+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

236241

help: add missing lifetime argument

237242

|

238243

LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,

@@ -249,6 +254,7 @@ note: associated type defined here, with 1 generic parameter: `T`

249254

|

250255

LL | type Item<'a, T>;

251256

| ^^^^ -

257+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

252258

help: add missing generic argument

253259

|

254260

LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,

@@ -265,6 +271,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

265271

|

266272

LL | type Item<'a, T>;

267273

| ^^^^ --

274+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

268275

help: add missing lifetime argument

269276

|

270277

LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,

@@ -281,6 +288,7 @@ note: associated type defined here, with 1 generic parameter: `T`

281288

|

282289

LL | type Item<'a, T>;

283290

| ^^^^ -

291+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

284292

help: add missing generic argument

285293

|

286294

LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,

@@ -327,6 +335,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

327335

|

328336

LL | type Item<'a, T>;

329337

| ^^^^ --

338+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

330339

help: add missing lifetime argument

331340

|

332341

LL | <Self as SVec>::Item<'a>,

@@ -343,6 +352,7 @@ note: associated type defined here, with 1 generic parameter: `T`

343352

|

344353

LL | type Item<'a, T>;

345354

| ^^^^ -

355+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

346356

help: add missing generic argument

347357

|

348358

LL | <Self as SVec>::Item<T>,

@@ -359,6 +369,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

359369

|

360370

LL | type Item<'a, T>;

361371

| ^^^^ --

372+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

362373

help: add missing lifetime argument

363374

|

364375

LL | Output = <Index<<Self as SVec>::Item<'a>,

@@ -375,6 +386,7 @@ note: associated type defined here, with 1 generic parameter: `T`

375386

|

376387

LL | type Item<'a, T>;

377388

| ^^^^ -

389+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

378390

help: add missing generic argument

379391

|

380392

LL | Output = <Index<<Self as SVec>::Item<T>,

@@ -391,6 +403,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

391403

|

392404

LL | type Item<'a, T>;

393405

| ^^^^ --

406+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

394407

help: add missing lifetime argument

395408

|

396409

LL | Output = <Self as SVec>::Item<'a>> as SVec>::Item,

@@ -407,6 +420,7 @@ note: associated type defined here, with 1 generic parameter: `T`

407420

|

408421

LL | type Item<'a, T>;

409422

| ^^^^ -

423+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

410424

help: add missing generic argument

411425

|

412426

LL | Output = <Self as SVec>::Item<T>> as SVec>::Item,

@@ -423,6 +437,7 @@ note: associated type defined here, with 1 lifetime parameter: `'a`

423437

|

424438

LL | type Item<'a, T>;

425439

| ^^^^ --

440+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

426441

help: add missing lifetime argument

427442

|

428443

LL | Output = <Self as SVec>::Item> as SVec>::Item<'a>,

@@ -439,6 +454,7 @@ note: associated type defined here, with 1 generic parameter: `T`

439454

|

440455

LL | type Item<'a, T>;

441456

| ^^^^ -

457+

= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

442458

help: add missing generic argument

443459

|

444460

LL | Output = <Self as SVec>::Item> as SVec>::Item<T>,