]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/lint.ftl
migrate: `internal.rs`
[rust.git] / compiler / rustc_error_messages / locales / en-US / lint.ftl
index 2423d9c0ef998797bac3df385a296b9d6af791ac..747588c683cc531397870c9f98b0f37fe1de0d59 100644 (file)
@@ -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