2023-02-02 06:17:46 +00:00
driver_impl_ice = the compiler unexpectedly panicked. this is a bug.
driver_impl_ice_bug_report = we would appreciate a bug report: {$bug_report_url}
2023-10-16 20:11:57 +00:00
driver_impl_ice_bug_report_internal_feature = using internal features is not supported and expected to cause internal compiler errors when used incorrectly
2024-04-08 17:17:09 +00:00
driver_impl_ice_bug_report_update_note = please make sure that you have updated to the latest nightly
2023-02-02 06:17:46 +00:00
driver_impl_ice_exclude_cargo_defaults = some of the compiler flags provided by cargo are hidden
2022-08-25 16:05:23 +00:00
2023-02-02 06:17:46 +00:00
driver_impl_ice_flags = compiler flags: {$flags}
2023-03-03 22:25:18 +00:00
driver_impl_ice_path = please attach the file at `{$path}` to your bug report
driver_impl_ice_path_error = the ICE couldn't be written to `{$path}`: {$error}
driver_impl_ice_path_error_env = the environment variable `RUSTC_ICE` is set to `{$env_var}`
2023-02-02 06:17:46 +00:00
driver_impl_ice_version = rustc {$version} running on {$triple}
2023-03-03 22:25:18 +00:00
2024-05-04 01:17:57 +00:00
driver_impl_rlink_corrupt_file = corrupt metadata encountered in `{$file}`
2023-02-02 06:17:46 +00:00
driver_impl_rlink_empty_version_number = The input does not contain version number
2022-08-25 16:05:23 +00:00
2023-02-02 06:17:46 +00:00
driver_impl_rlink_encoding_version_mismatch = .rlink file was produced with encoding version `{$version_array}`, but the current version is `{$rlink_version}`
2022-08-25 16:05:23 +00:00
2023-02-02 06:17:46 +00:00
driver_impl_rlink_no_a_file = rlink must be a file
2023-05-23 01:51:25 +00:00
2023-02-02 06:17:46 +00:00
driver_impl_rlink_rustc_version_mismatch = .rlink file was produced by rustc version `{$rustc_version}`, but the current version is `{$current_version}`
2022-08-22 21:43:09 +00:00
2023-02-02 06:17:46 +00:00
driver_impl_rlink_unable_to_read = failed to read rlink file: `{$err}`
2022-08-30 01:31:52 +00:00
2023-02-02 06:17:46 +00:00
driver_impl_rlink_wrong_file_type = The input does not look like a .rlink file