about summary refs log tree commit diff
path: root/compiler/rustc_interface/messages.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_interface/messages.ftl')
-rw-r--r--compiler/rustc_interface/messages.ftl5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/rustc_interface/messages.ftl b/compiler/rustc_interface/messages.ftl
index 4b9c71d7172..6f6666f8c76 100644
--- a/compiler/rustc_interface/messages.ftl
+++ b/compiler/rustc_interface/messages.ftl
@@ -30,9 +30,8 @@ interface_ignoring_out_dir = ignoring --out-dir flag due to -o flag
 interface_input_file_would_be_overwritten =
     the input file "{$path}" would be overwritten by the generated executable
 
-interface_limit_invalid =
-    `limit` must be a non-negative integer
-    .label = {$error_str}
+interface_invalid_crate_type_value = invalid `crate_type` value
+    .suggestion = did you mean
 
 interface_mixed_bin_crate =
     cannot mix `bin` crate type with others