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
add `#![feature({$feature})]` to the crate attributes to enable
17
17
18
-
session_target_data_layout_parse_error = {$err}
19
-
20
18
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
19
22
20
session_profile_use_file_does_not_exist = file `{$path}` passed to `-C profile-use` does not exist.
session_target_inconsistent_pointer_width = inconsistent target specification: "data-layout" claims pointers are {$pointer_size}-bit, while "target-pointer-width" is `{$target}`
55
53
56
54
session_target_invalid_bits_size = {$err}
55
+
56
+
session_target_stack_protector_not_supported = `-Z stack-protector={$stack_protector}` is not supported for target {$target_triple} and will be ignored
57
+
58
+
session_split_debuginfo_unstable_platform = `-Csplit-debuginfo={$debuginfo}` is unstable on this platform
0 commit comments