diff options
| author | Rejyr <jerrylwang123@gmail.com> | 2022-10-22 16:32:54 -0400 |
|---|---|---|
| committer | Rejyr <jerrylwang123@gmail.com> | 2023-01-09 17:07:25 -0500 |
| commit | 0b19227524622d953fbaefa272b36b0ef2fa263e (patch) | |
| tree | a6de719a945663d45ec15e93ab820ec61310073b /compiler/rustc_error_messages | |
| parent | 5ffaae758e45cc87b435b1a929c8aae9d9ea5a69 (diff) | |
| download | rust-0b19227524622d953fbaefa272b36b0ef2fa263e.tar.gz rust-0b19227524622d953fbaefa272b36b0ef2fa263e.zip | |
migrate: `internal.rs`
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 2423d9c0ef9..747588c683c 100644 --- a/compiler/rustc_error_messages/locales/en-US/lint.ftl +++ b/compiler/rustc_error_messages/locales/en-US/lint.ftl @@ -83,6 +83,8 @@ lint_diag_out_of_impl = lint_untranslatable_diag = diagnostics should be created using translatable messages +lint_bad_opt_access = {$msg} + lint_cstring_ptr = getting the inner pointer of a temporary `CString` .as_ptr_label = this pointer will be invalid .unwrap_label = this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime |
