diff options
| author | David Wood <david.wood@huawei.com> | 2022-06-28 14:20:10 +0100 |
|---|---|---|
| committer | David Wood <david.wood@huawei.com> | 2022-06-30 08:59:22 +0100 |
| commit | 10f2d3f566d4271ee95b9b1ae51dbf51b4aa1707 (patch) | |
| tree | 595085569ec68f7fe873d49b97c47a6ed4e6a98d /compiler/rustc_error_messages | |
| parent | 3a498a74362f05164c6301d4b10ece4f75180302 (diff) | |
| download | rust-10f2d3f566d4271ee95b9b1ae51dbf51b4aa1707.tar.gz rust-10f2d3f566d4271ee95b9b1ae51dbf51b4aa1707.zip | |
lint: port test items diagnostics
Signed-off-by: David Wood <david.wood@huawei.com>
Diffstat (limited to 'compiler/rustc_error_messages')
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/lint.ftl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/lint.ftl b/compiler/rustc_error_messages/locales/en-US/lint.ftl index 7310f4c241f..4d1aca61105 100644 --- a/compiler/rustc_error_messages/locales/en-US/lint.ftl +++ b/compiler/rustc_error_messages/locales/en-US/lint.ftl @@ -371,3 +371,5 @@ lint-builtin-trivial-bounds = {$predicate_kind_name} bound {$predicate} does not lint-builtin-ellipsis-inclusive-range-patterns = `...` range patterns are deprecated .suggestion = use `..=` for an inclusive range + +lint-builtin-unnameable-test-items = cannot test inner items |
