]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_error_messages/locales/en-US/interface.ftl
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_error_messages / locales / en-US / interface.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
14interface_proc_macro_doc_without_arg =
15 Trying to document proc macro crate without passing '--crate-type proc-macro to rustdoc
16 .warn = The generated documentation may be incorrect
17
18interface_error_writing_dependencies =
19 error writing dependencies to `{$path}`: {$error}
20
21interface_input_file_would_be_overwritten =
22 the input file "{$path}" would be overwritten by the generated executable
23
24interface_generated_file_conflicts_with_directory =
25 the generated executable for the input file "{$input_path}" conflicts with the existing directory "{$dir_path}"
26
27interface_temps_dir_error =
28 failed to find or create the directory specified by `--temps-dir`
29
30interface_out_dir_error =
31 failed to find or create the directory specified by `--out-dir`
32
33interface_cant_emit_mir =
34 could not emit MIR: {$error}
35
36interface_rustc_error_fatal =
37 fatal error triggered by #[rustc_error]
38
39interface_rustc_error_unexpected_annotation =
40 unexpected annotation used with `#[rustc_error(...)]!
41
42interface_failed_writing_file =
43 failed to write file {$path}: {$error}"
9c376795
FG
44
45interface_proc_macro_crate_panic_abort =
46 building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic