]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/interface.ftl
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / compiler / rustc_error_messages / locales / en-US / interface.ftl
1 interface_ferris_identifier =
2     Ferris cannot be used as an identifier
3     .suggestion = try using their name instead
4
5 interface_emoji_identifier =
6     identifiers cannot contain emoji: `{$ident}`
7
8 interface_mixed_bin_crate =
9     cannot mix `bin` crate type with others
10
11 interface_mixed_proc_macro_crate =
12     cannot mix `proc-macro` crate type with others
13
14 interface_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
18 interface_error_writing_dependencies =
19     error writing dependencies to `{$path}`: {$error}
20
21 interface_input_file_would_be_overwritten =
22     the input file "{$path}" would be overwritten by the generated executable
23
24 interface_generated_file_conflicts_with_directory =
25     the generated executable for the input file "{$input_path}" conflicts with the existing directory "{$dir_path}"
26
27 interface_temps_dir_error =
28     failed to find or create the directory specified by `--temps-dir`
29
30 interface_out_dir_error =
31     failed to find or create the directory specified by `--out-dir`
32
33 interface_cant_emit_mir =
34     could not emit MIR: {$error}
35
36 interface_rustc_error_fatal =
37     fatal error triggered by #[rustc_error]
38
39 interface_rustc_error_unexpected_annotation =
40     unexpected annotation used with `#[rustc_error(...)]!
41
42 interface_failed_writing_file =
43     failed to write file {$path}: {$error}"
44
45 interface_proc_macro_crate_panic_abort =
46     building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
47
48 interface_unsupported_crate_type_for_target =
49     dropping unsupported crate type `{$crate_type}` for target `{$target_triple}`
50
51 interface_multiple_output_types_adaption =
52     due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
53
54 interface_ignoring_extra_filename = ignoring -C extra-filename flag due to -o flag
55
56 interface_ignoring_out_dir = ignoring --out-dir flag due to -o flag