You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_error_messages/locales/en-US/session.ftl
+2
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ session_unsupported_dwarf_version = requested DWARF version {$dwarf_version} is
41
41
42
42
session_target_stack_protector_not_supported = `-Z stack-protector={$stack_protector}` is not supported for target {$target_triple} and will be ignored
43
43
44
+
session_branch_protection_requires_aarch64 = `-Zbranch-protection` is only supported on aarch64
45
+
44
46
session_split_debuginfo_unstable_platform = `-Csplit-debuginfo={$debuginfo}` is unstable on this platform
45
47
46
48
session_file_is_not_writeable = output file {$file} is not writeable -- check its permissions
0 commit comments