]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/session.ftl
998196403e744af0e07b5de67fea4b644984834f
[rust.git] / compiler / rustc_error_messages / locales / en-US / session.ftl
1 session_incorrect_cgu_reuse_type =
2     CGU-reuse for `{$cgu_user_name}` is `{$actual_reuse}` but should be {$at_least ->
3     [one] {"at least "}
4     *[other] {""}
5     }`{$expected_reuse}`
6
7 session_cgu_not_recorded =
8     CGU-reuse for `{$cgu_user_name}` is (mangled: `{$cgu_name}`) was not recorded`
9
10 session_feature_gate_error = {$explain}
11
12 session_feature_diagnostic_for_issue =
13     see issue #{$n} <https://github.com/rust-lang/rust/issues/{$n}> for more information
14
15 session_feature_diagnostic_help =
16     add `#![feature({$feature})]` to the crate attributes to enable
17
18 session_target_data_layout_parse_error = {$err}
19
20 session_not_circumvent_feature = `-Zunleash-the-miri-inside-of-you` may not be used to circumvent feature gates, except when testing error paths in the CTFE engine
21
22 session_profile_use_file_does_not_exist = File `{$path}` passed to `-C profile-use` does not exist.
23
24 session_linker_plugin_lto_windows_not_supported = Linker plugin based LTO is not supported together with `-C prefer-dynamic` when targeting Windows-like targets"
25
26 session_profile_sample_use_file_does_not_exist = File `{$path}` passed to `-C profile-sample-use` does not exist.
27
28 session_target_requires_unwind_tables = target requires unwind tables, they cannot be disabled with `-C force-unwind-tables=no`."
29
30 session_sanitizer_not_supported = {$us} sanitizer is not supported for this target
31
32 session_sanitizers_not_supported = {$us} sanitizers are not supported for this target
33
34 session_cannot_mix_and_match_sanitizers = `-Zsanitizer={$first}` is incompatible with `-Zsanitizer={$second}`
35
36 session_cannot_enable_crt_static_linux = sanitizer is incompatible with statically linked libc, disable it using `-C target-feature=-crt-static`
37
38 session_sanitizer_cfi_enabled = `-Zsanitizer=cfi` requires `-Clto`
39
40 session_unstable_virtual_function_elimination = `-Zvirtual-function-elimination` requires `-Clto`
41
42 session_unsupported_dwarf_version = requested DWARF version {$dwarf_version} is greater than 5