2022-08-16 15:07:47 -05:00
|
|
|
interface_cant_emit_mir =
|
|
|
|
could not emit MIR: {$error}
|
|
|
|
|
|
|
|
interface_emoji_identifier =
|
|
|
|
identifiers cannot contain emoji: `{$ident}`
|
2022-08-20 11:33:02 -05:00
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_error_writing_dependencies =
|
2022-08-20 11:33:02 -05:00
|
|
|
error writing dependencies to `{$path}`: {$error}
|
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_failed_writing_file =
|
2022-08-20 11:33:02 -05:00
|
|
|
failed to write file {$path}: {$error}"
|
2023-05-22 20:51:25 -05:00
|
|
|
|
2022-08-20 11:33:02 -05:00
|
|
|
interface_ferris_identifier =
|
|
|
|
Ferris cannot be used as an identifier
|
|
|
|
.suggestion = try using their name instead
|
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_generated_file_conflicts_with_directory =
|
2022-08-20 11:33:02 -05:00
|
|
|
the generated executable for the input file "{$input_path}" conflicts with the existing directory "{$dir_path}"
|
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_ignoring_extra_filename = ignoring -C extra-filename flag due to -o flag
|
2023-05-22 20:51:25 -05:00
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_ignoring_out_dir = ignoring --out-dir flag due to -o flag
|
2023-05-22 20:51:25 -05:00
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_input_file_would_be_overwritten =
|
2022-08-20 11:33:02 -05:00
|
|
|
the input file "{$path}" would be overwritten by the generated executable
|
2023-05-22 20:51:25 -05:00
|
|
|
|
2022-08-20 11:33:02 -05:00
|
|
|
interface_mixed_bin_crate =
|
|
|
|
cannot mix `bin` crate type with others
|
2023-05-22 20:51:25 -05:00
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_mixed_proc_macro_crate =
|
2022-08-20 11:33:02 -05:00
|
|
|
cannot mix `proc-macro` crate type with others
|
2023-05-22 20:51:25 -05:00
|
|
|
|
2022-08-19 08:48:15 -05:00
|
|
|
interface_multiple_output_types_adaption =
|
2022-08-20 11:33:02 -05:00
|
|
|
due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
|
|
|
|
|
2023-02-26 14:27:27 -06:00
|
|
|
interface_multiple_output_types_to_stdout = can't use option `-o` or `--emit` to write multiple output types to stdout
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_out_dir_error =
|
2022-08-20 11:33:02 -05:00
|
|
|
failed to find or create the directory specified by `--out-dir`
|
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_proc_macro_crate_panic_abort =
|
2022-08-20 11:33:02 -05:00
|
|
|
building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
|
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_rustc_error_fatal =
|
2022-08-20 11:33:02 -05:00
|
|
|
fatal error triggered by #[rustc_error]
|
|
|
|
|
2022-08-22 07:59:41 -05:00
|
|
|
interface_rustc_error_unexpected_annotation =
|
2023-03-03 01:38:07 -06:00
|
|
|
unexpected annotation used with `#[rustc_error(...)]`!
|
2022-08-20 11:33:02 -05:00
|
|
|
|
2023-01-10 06:57:42 -06:00
|
|
|
interface_temps_dir_error =
|
|
|
|
failed to find or create the directory specified by `--temps-dir`
|