BD
Size: a a a
BD
K
BD
P
P
IG
АП
unstable_features = true
struct_field_align_threshold = 20
enum_discrim_align_threshold = 20
cargo fmt
выдает:❯ cargo fmt
Warning: can't set `struct_field_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `enum_discrim_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `unstable_features = true`, unstable features are only available in nightly channel.
Warning: can't set `struct_field_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `enum_discrim_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `unstable_features = true`, unstable features are only available in nightly channel.
C
unstable_features = true
struct_field_align_threshold = 20
enum_discrim_align_threshold = 20
cargo fmt
выдает:❯ cargo fmt
Warning: can't set `struct_field_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `enum_discrim_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `unstable_features = true`, unstable features are only available in nightly channel.
Warning: can't set `struct_field_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `enum_discrim_align_threshold = 20`, unstable features are only available in nightly channel.
Warning: can't set `unstable_features = true`, unstable features are only available in nightly channel.
C
rustup default nightly
вродьАП
rustup install nightly
. СпасибоВ
rustup default nightly
вродьrustup override set nightly
, если хочется только для одного проекта поменятьKH
ML
KH
KH
skip_serializing_if
D
skip_serializing_if
KH
D
KH
P