rust/compiler/rustc_error_messages/locales/en-US
bors bfffe406fb Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwco
Migrate `rustc_lint` lint diagnostics

Part 2 of [Migrate `rustc_lint` errors to `SessionDiagnostic`](https://github.com/rust-lang/rust/pull/100776)

r? `@davidtwco`

# TODO
- [x] Refactor some lints manually implementing `DecorateLint` to use `Option<Subdiagnostic>`.
- [x] Add `#[rustc_lint_diagnostics]` to lint functions in `context.rs`.
- [x] Migrate `hidden_unicode_codepoints.rs`.
- [x] Migrate `UnsafeCode` in `builtin.rs`.
- [x] Migrate the rest of `builtin.rs`.
2023-01-13 02:13:00 +00:00
..
ast_lowering.ftl
ast_passes.ftl
attr.ftl
borrowck.ftl
builtin_macros.ftl
codegen_gcc.ftl
codegen_llvm.ftl
codegen_ssa.ftl Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-structs-pt3, r=davidtwco 2023-01-07 20:43:19 +01:00
compiletest.ftl
const_eval.ftl
driver.ftl
errors.ftl
expand.ftl
hir_analysis.ftl Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
hir_typeck.ftl
infer.ftl remove unreachable error code E0490 2023-01-12 14:15:21 +13:00
interface.ftl
lint.ftl migrate: deref_into_dyn_supertrait.rs 2023-01-09 18:57:02 -05:00
metadata.ftl Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 2023-01-03 08:05:54 +00:00
middle.ftl
mir_build.ftl Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk 2023-01-11 22:25:47 -08:00
mir_dataflow.ftl
monomorphize.ftl
parse.ftl Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body, r=estebank 2023-01-12 02:16:16 +00:00
passes.ftl
plugin_impl.ftl
privacy.ftl
query_system.ftl
resolve.ftl
save_analysis.ftl
session.ftl Print correct base for too-large literals 2023-01-02 11:43:07 +00:00
symbol_mangling.ftl
trait_selection.ftl Move autoderef to rustc_hir_analysis 2023-01-11 20:12:57 +00:00
ty_utils.ftl