Fix remaining cases · rust-lang/rust@ffd72b1 (original) (raw)

`@@ -14,7 +14,7 @@ passes_abi_of =

`

14

14

` fn_abi_of({$fn_name}) = {$fn_abi}

`

15

15

``

16

16

`passes_allow_incoherent_impl =

`

17

``

`` -

rustc_allow_incoherent_impl attribute should be applied to impl items.

``

``

17

`` +

rustc_allow_incoherent_impl attribute should be applied to impl items

``

18

18

`.label = the only currently supported targets are inherent methods

`

19

19

``

20

20

`passes_allow_internal_unstable =

`

`@@ -253,8 +253,8 @@ passes_doc_test_unknown_spotlight =

`

253

253

`` .no_op_note = doc(spotlight) is now a no-op

``

254

254

``

255

255

`passes_duplicate_diagnostic_item_in_crate =

`

256

``

`` -

duplicate diagnostic item in crate {$crate_name}: {$name}.

``

257

``

`` -

.note = the diagnostic item is first defined in crate {$orig_crate_name}.

``

``

256

`` +

duplicate diagnostic item in crate {$crate_name}: {$name}

``

``

257

`` +

.note = the diagnostic item is first defined in crate {$orig_crate_name}

``

258

258

``

259

259

`passes_duplicate_feature_err =

`

260

260

`` the feature {$feature} has already been declared

``

`@@ -263,27 +263,27 @@ passes_duplicate_lang_item =

`

263

263

`` found duplicate lang item {$lang_item_name}

``

264

264

`.first_defined_span = the lang item is first defined here

`

265

265

`` .first_defined_crate_depends = the lang item is first defined in crate {$orig_crate_name} (which {$orig_dependency_of} depends on)

``

266

``

`` -

.first_defined_crate = the lang item is first defined in crate {$orig_crate_name}.

``

``

266

`` +

.first_defined_crate = the lang item is first defined in crate {$orig_crate_name}

``

267

267

`` .first_definition_local = first definition in the local crate ({$orig_crate_name})

``

268

268

`` .second_definition_local = second definition in the local crate ({$crate_name})

``

269

269

`` .first_definition_path = first definition in {$orig_crate_name} loaded from {$orig_path}

``

270

270

`` .second_definition_path = second definition in {$crate_name} loaded from {$path}

``

271

271

``

272

272

`passes_duplicate_lang_item_crate =

`

273

``

`` -

duplicate lang item in crate {$crate_name}: {$lang_item_name}.

``

``

273

`` +

duplicate lang item in crate {$crate_name}: {$lang_item_name}

``

274

274

`.first_defined_span = the lang item is first defined here

`

275

275

`` .first_defined_crate_depends = the lang item is first defined in crate {$orig_crate_name} (which {$orig_dependency_of} depends on)

``

276

``

`` -

.first_defined_crate = the lang item is first defined in crate {$orig_crate_name}.

``

``

276

`` +

.first_defined_crate = the lang item is first defined in crate {$orig_crate_name}

``

277

277

`` .first_definition_local = first definition in the local crate ({$orig_crate_name})

``

278

278

`` .second_definition_local = second definition in the local crate ({$crate_name})

``

279

279

`` .first_definition_path = first definition in {$orig_crate_name} loaded from {$orig_path}

``

280

280

`` .second_definition_path = second definition in {$crate_name} loaded from {$path}

``

281

281

``

282

282

`passes_duplicate_lang_item_crate_depends =

`

283

``

`` -

duplicate lang item in crate {$crate_name} (which {$dependency_of} depends on): {$lang_item_name}.

``

``

283

`` +

duplicate lang item in crate {$crate_name} (which {$dependency_of} depends on): {$lang_item_name}

``

284

284

`.first_defined_span = the lang item is first defined here

`

285

285

`` .first_defined_crate_depends = the lang item is first defined in crate {$orig_crate_name} (which {$orig_dependency_of} depends on)

``

286

``

`` -

.first_defined_crate = the lang item is first defined in crate {$orig_crate_name}.

``

``

286

`` +

.first_defined_crate = the lang item is first defined in crate {$orig_crate_name}

``

287

287

`` .first_definition_local = first definition in the local crate ({$orig_crate_name})

``

288

288

`` .second_definition_local = second definition in the local crate ({$crate_name})

``

289

289

`` .first_definition_path = first definition in {$orig_crate_name} loaded from {$orig_path}

``

`@@ -315,7 +315,7 @@ passes_ffi_pure_invalid_target =

`

315

315

`` #[ffi_pure] may only be used on foreign functions

``

316

316

``

317

317

`passes_has_incoherent_inherent_impl =

`

318

``

`` -

rustc_has_incoherent_inherent_impls attribute should be applied to types or traits.

``

``

318

`` +

rustc_has_incoherent_inherent_impls attribute should be applied to types or traits

``

319

319

`.label = only adts, extern types and traits are supported

`

320

320

``

321

321

`passes_ignored_attr =

`