]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/driver.ftl
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / compiler / rustc_error_messages / locales / en-US / driver.ftl
1 driver_rlink_unable_to_read = failed to read rlink file: `{$err}`
2
3 driver_rlink_wrong_file_type = The input does not look like a .rlink file
4
5 driver_rlink_empty_version_number = The input does not contain version number
6
7 driver_rlink_encoding_version_mismatch = .rlink file was produced with encoding version `{$version_array}`, but the current version is `{$rlink_version}`
8
9 driver_rlink_rustc_version_mismatch = .rlink file was produced by rustc version `{$rustc_version}`, but the current version is `{$current_version}`
10
11 driver_rlink_no_a_file = rlink must be a file
12
13 driver_unpretty_dump_fail = pretty-print failed to write `{$path}` due to error `{$err}`