@@ -5,39 +5,39 @@ interface_ferris_identifier =
55interface_emoji_identifier =
66 identifiers cannot contain emoji: `{ $ident } `
77
8- mixed_bin_crate =
8+ interface_mixed_bin_crate =
99 cannot mix `bin` crate type with others
1010
11- mixed_proc_macro_crate =
11+ interface_mixed_proc_macro_crate =
1212 cannot mix `proc-macro` crate type with others
1313
14- proc_macro_doc_without_arg =
14+ interface_proc_macro_doc_without_arg =
1515 Trying to document proc macro crate without passing '--crate-type proc-macro to rustdoc
1616 .warn = The generated documentation may be incorrect
1717
18- error_writing_dependencies =
18+ interface_error_writing_dependencies =
1919 error writing dependencies to `{ $path } `: { $error }
2020
21- input_file_would_be_overwritten =
21+ interface_input_file_would_be_overwritten =
2222 the input file "{ $path } " would be overwritten by the generated executable
2323
24- generated_file_conflicts_with_directory =
24+ interface_generated_file_conflicts_with_directory =
2525 the generated executable for the input file "{ $input_path } " conflicts with the existing directory "{ $dir_path } "
2626
27- temps_dir_error =
27+ interface_temps_dir_error =
2828 failed to find or create the directory specified by `--temps-dir`
2929
30- out_dir_error =
30+ interface_out_dir_error =
3131 failed to find or create the directory specified by `--out-dir`
3232
33- cant_emit_mir =
33+ interface_cant_emit_mir =
3434 could not emit MIR: { $error }
3535
36- rustc_error_fatal =
36+ interface_rustc_error_fatal =
3737 fatal error triggered by #[rustc_error]
3838
39- rustc_error_unexpected_annotation =
39+ interface_rustc_error_unexpected_annotation =
4040 unexpected annotation used with `#[rustc_error(...)]!
4141
42- failed_writing_file =
42+ interface_failed_writing_file =
4343 failed to write file { $path } : { $error } "
0 commit comments