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
unknown feature specified for `-Ctarget-feature`: `{$feature}`
3
-
.note = features must begin with a `+` to enable or `-` to disable it
4
-
5
-
codegen_gcc_invalid_minimum_alignment =
6
-
invalid minimum global alignment: {$err}
7
-
8
-
codegen_gcc_forbidden_ctarget_feature =
9
-
target feature `{$feature}` cannot be toggled with `-Ctarget-feature`: {$reason}
10
-
11
1
codegen_gcc_unwinding_inline_asm =
12
2
GCC backend does not support unwinding from inline asm
13
3
@@ -22,19 +12,3 @@ codegen_gcc_lto_disallowed = lto can only be run for executables, cdylibs and st
22
12
codegen_gcc_lto_dylib = lto cannot be used for `dylib` crate type without `-Zdylib-lto`
23
13
24
14
codegen_gcc_lto_bitcode_from_rlib = failed to get bitcode from object file for LTO ({$gcc_err})
25
-
26
-
codegen_gcc_unknown_ctarget_feature =
27
-
unknown and unstable feature specified for `-Ctarget-feature`: `{$feature}`
28
-
.note = it is still passed through to the codegen backend, but use of this feature might be unsound and the behavior of this feature can change in the future
29
-
.possible_feature = you might have meant: `{$rust_feature}`
30
-
.consider_filing_feature_request = consider filing a feature request
31
-
32
-
codegen_gcc_unstable_ctarget_feature =
33
-
unstable feature specified for `-Ctarget-feature`: `{$feature}`
34
-
.note = this feature is not stably supported; its behavior can change in the future
35
-
36
-
codegen_gcc_missing_features =
37
-
add the missing features in a `target_feature` attribute
38
-
39
-
codegen_gcc_target_feature_disable_or_enable =
40
-
the target features {$features} must all be either enabled or disabled together
0 commit comments