@@ -5,39 +5,39 @@ interface_ferris_identifier =
5
5
interface_emoji_identifier =
6
6
identifiers cannot contain emoji: `{ $ident } `
7
7
8
- mixed_bin_crate =
8
+ interface_mixed_bin_crate =
9
9
cannot mix `bin` crate type with others
10
10
11
- mixed_proc_macro_crate =
11
+ interface_mixed_proc_macro_crate =
12
12
cannot mix `proc-macro` crate type with others
13
13
14
- proc_macro_doc_without_arg =
14
+ interface_proc_macro_doc_without_arg =
15
15
Trying to document proc macro crate without passing '--crate-type proc-macro to rustdoc
16
16
.warn = The generated documentation may be incorrect
17
17
18
- error_writing_dependencies =
18
+ interface_error_writing_dependencies =
19
19
error writing dependencies to `{ $path } `: { $error }
20
20
21
- input_file_would_be_overwritten =
21
+ interface_input_file_would_be_overwritten =
22
22
the input file "{ $path } " would be overwritten by the generated executable
23
23
24
- generated_file_conflicts_with_directory =
24
+ interface_generated_file_conflicts_with_directory =
25
25
the generated executable for the input file "{ $input_path } " conflicts with the existing directory "{ $dir_path } "
26
26
27
- temps_dir_error =
27
+ interface_temps_dir_error =
28
28
failed to find or create the directory specified by `--temps-dir`
29
29
30
- out_dir_error =
30
+ interface_out_dir_error =
31
31
failed to find or create the directory specified by `--out-dir`
32
32
33
- cant_emit_mir =
33
+ interface_cant_emit_mir =
34
34
could not emit MIR: { $error }
35
35
36
- rustc_error_fatal =
36
+ interface_rustc_error_fatal =
37
37
fatal error triggered by #[rustc_error]
38
38
39
- rustc_error_unexpected_annotation =
39
+ interface_rustc_error_unexpected_annotation =
40
40
unexpected annotation used with `#[rustc_error(...)]!
41
41
42
- failed_writing_file =
42
+ interface_failed_writing_file =
43
43
failed to write file { $path } : { $error } "
0 commit comments