about summary refs log tree commit diff
path: root/compiler/rustc_interface/messages.ftl
diff options
context:
space:
mode:
authorclubby789 <jamie@hill-daniel.co.uk>2023-05-23 01:51:25 +0000
committerclubby789 <jamie@hill-daniel.co.uk>2023-05-25 23:49:35 +0000
commitf97fddab91fbf290ea5b691fe355d6f915220b6e (patch)
tree42228619ea3f9f572316bbd072540f1f077f03d2 /compiler/rustc_interface/messages.ftl
parenta2b1646c597329d0a25efa3889b66650f65de1de (diff)
downloadrust-f97fddab91fbf290ea5b691fe355d6f915220b6e.tar.gz
rust-f97fddab91fbf290ea5b691fe355d6f915220b6e.zip
Ensure Fluent messages are in alphabetical order
Diffstat (limited to 'compiler/rustc_interface/messages.ftl')
-rw-r--r--compiler/rustc_interface/messages.ftl54
1 files changed, 27 insertions, 27 deletions
diff --git a/compiler/rustc_interface/messages.ftl b/compiler/rustc_interface/messages.ftl
index 37994899a20..be1a75f020b 100644
--- a/compiler/rustc_interface/messages.ftl
+++ b/compiler/rustc_interface/messages.ftl
@@ -1,33 +1,43 @@
-interface_ferris_identifier =
-    Ferris cannot be used as an identifier
-    .suggestion = try using their name instead
+interface_cant_emit_mir =
+    could not emit MIR: {$error}
 
 interface_emoji_identifier =
     identifiers cannot contain emoji: `{$ident}`
 
-interface_mixed_bin_crate =
-    cannot mix `bin` crate type with others
-
-interface_mixed_proc_macro_crate =
-    cannot mix `proc-macro` crate type with others
-
 interface_error_writing_dependencies =
     error writing dependencies to `{$path}`: {$error}
 
-interface_input_file_would_be_overwritten =
-    the input file "{$path}" would be overwritten by the generated executable
+interface_failed_writing_file =
+    failed to write file {$path}: {$error}"
+
+interface_ferris_identifier =
+    Ferris cannot be used as an identifier
+    .suggestion = try using their name instead
 
 interface_generated_file_conflicts_with_directory =
     the generated executable for the input file "{$input_path}" conflicts with the existing directory "{$dir_path}"
 
-interface_temps_dir_error =
-    failed to find or create the directory specified by `--temps-dir`
+interface_ignoring_extra_filename = ignoring -C extra-filename flag due to -o flag
+
+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_mixed_bin_crate =
+    cannot mix `bin` crate type with others
+
+interface_mixed_proc_macro_crate =
+    cannot mix `proc-macro` crate type with others
+
+interface_multiple_output_types_adaption =
+    due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
 
 interface_out_dir_error =
     failed to find or create the directory specified by `--out-dir`
 
-interface_cant_emit_mir =
-    could not emit MIR: {$error}
+interface_proc_macro_crate_panic_abort =
+    building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
 
 interface_rustc_error_fatal =
     fatal error triggered by #[rustc_error]
@@ -35,18 +45,8 @@ interface_rustc_error_fatal =
 interface_rustc_error_unexpected_annotation =
     unexpected annotation used with `#[rustc_error(...)]`!
 
-interface_failed_writing_file =
-    failed to write file {$path}: {$error}"
-
-interface_proc_macro_crate_panic_abort =
-    building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
+interface_temps_dir_error =
+    failed to find or create the directory specified by `--temps-dir`
 
 interface_unsupported_crate_type_for_target =
     dropping unsupported crate type `{$crate_type}` for target `{$target_triple}`
-
-interface_multiple_output_types_adaption =
-    due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
-
-interface_ignoring_extra_filename = ignoring -C extra-filename flag due to -o flag
-
-interface_ignoring_out_dir = ignoring --out-dir flag due to -o flag