diff options
| author | David Wood <david.wood@huawei.com> | 2022-06-28 10:57:19 +0100 |
|---|---|---|
| committer | David Wood <david.wood@huawei.com> | 2022-06-30 08:59:22 +0100 |
| commit | 82bd2c23e5a1525659ea5b59e304fb7afbcab388 (patch) | |
| tree | 59efa14518fbdfc552ffeaf5d94bc218bc78ef33 /compiler/rustc_error_messages | |
| parent | 7dffd14b9642d4b6787b15001a0107f577b6379b (diff) | |
| download | rust-82bd2c23e5a1525659ea5b59e304fb7afbcab388.tar.gz rust-82bd2c23e5a1525659ea5b59e304fb7afbcab388.zip | |
lint: port missing documentation 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 359ae8db589..4c84746f3d6 100644 --- a/compiler/rustc_error_messages/locales/en-US/lint.ftl +++ b/compiler/rustc_error_messages/locales/en-US/lint.ftl @@ -324,3 +324,5 @@ lint-builtin-export-name-method = declaration of a method with `export_name` lint-builtin-decl-unsafe-fn = declaration of an `unsafe` function lint-builtin-decl-unsafe-method = declaration of an `unsafe` method lint-builtin-impl-unsafe-method = implementation of an `unsafe` method + +lint-builtin-missing-doc = missing documentation for {$article} {$desc} |
