]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_interface/locales/en-US.ftl
New upstream version 1.69.0+dfsg1
[rustc.git] / compiler / rustc_interface / locales / en-US.ftl
CommitLineData
f2b60f7d
FG
1interface_ferris_identifier =
2 Ferris cannot be used as an identifier
3 .suggestion = try using their name instead
4
5interface_emoji_identifier =
6 identifiers cannot contain emoji: `{$ident}`
7
8interface_mixed_bin_crate =
9 cannot mix `bin` crate type with others
10
11interface_mixed_proc_macro_crate =
12 cannot mix `proc-macro` crate type with others
13
f2b60f7d
FG
14interface_error_writing_dependencies =
15 error writing dependencies to `{$path}`: {$error}
16
17interface_input_file_would_be_overwritten =
18 the input file "{$path}" would be overwritten by the generated executable
19
20interface_generated_file_conflicts_with_directory =
21 the generated executable for the input file "{$input_path}" conflicts with the existing directory "{$dir_path}"
22
23interface_temps_dir_error =
24 failed to find or create the directory specified by `--temps-dir`
25
26interface_out_dir_error =
27 failed to find or create the directory specified by `--out-dir`
28
29interface_cant_emit_mir =
30 could not emit MIR: {$error}
31
32interface_rustc_error_fatal =
33 fatal error triggered by #[rustc_error]
34
35interface_rustc_error_unexpected_annotation =
9ffffee4 36 unexpected annotation used with `#[rustc_error(...)]`!
f2b60f7d
FG
37
38interface_failed_writing_file =
39 failed to write file {$path}: {$error}"
9c376795
FG
40
41interface_proc_macro_crate_panic_abort =
42 building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
9ffffee4
FG
43
44interface_unsupported_crate_type_for_target =
45 dropping unsupported crate type `{$crate_type}` for target `{$target_triple}`
46
47interface_multiple_output_types_adaption =
48 due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
49
50interface_ignoring_extra_filename = ignoring -C extra-filename flag due to -o flag
51
52interface_ignoring_out_dir = ignoring --out-dir flag due to -o flag