]> git.lizzy.rs Git - rust.git/commit
errors: rename `typeck.ftl` to `hir_analysis.ftl`
authorDavid Wood <david.wood@huawei.com>
Wed, 28 Sep 2022 09:21:33 +0000 (10:21 +0100)
committerDavid Wood <david.wood@huawei.com>
Mon, 3 Oct 2022 12:52:17 +0000 (13:52 +0100)
commitc4418e194019b429652e32b7169c52163e6e97a6
treee6a0e085292a65729e4b3553f9617dad1ce37baa
parent6b139c5b3e2bad623bdbd8583bc4f2b0f763113a
errors: rename `typeck.ftl` to `hir_analysis.ftl`

In #102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the
diagnostic resources were not renamed - which is what this commit
changes.

Signed-off-by: David Wood <david.wood@huawei.com>
compiler/rustc_error_messages/locales/en-US/compiletest.ftl [new file with mode: 0644]
compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl [new file with mode: 0644]
compiler/rustc_error_messages/locales/en-US/typeck.ftl [deleted file]
compiler/rustc_error_messages/src/lib.rs
compiler/rustc_hir_analysis/src/errors.rs
compiler/rustc_macros/src/diagnostics/diagnostic.rs
src/test/ui-fulldeps/internal-lints/diagnostics.rs
src/test/ui-fulldeps/internal-lints/diagnostics.stderr
src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.rs
src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr