検索
Results of 1 - 5 of about 5 for feature (0.016 sec.)
- デフォルトの Cargo のフィーチャリゾルバ - エディションガイド 12667
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
Edition 2021 will enable the use of the version 2 feature resolver in Cargo. This may cause some dependencie...
s to be built with fewer features enabled than previously. More information about t...
hen building the following dependencies, the given features will no longer be used: (訳) 2021 エディションに切...
dependencies] bstr = { version = "0.2.16", default-features = false } # ... そして依存関係の中にはこんなパッケ...
- https://man.plustar.jp/rust/edition/rust-2021/default-cargo-resolver.html - [similar]
- エディションガイド 9468
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
ん。 同様に、フィーチャによる条件分岐、例えば #[cfg(feature = "my-optional-thing")] のようなものがある場合、 -...
-all-features フラグを使って、フィーチャの壁を超えて cargo fix...
フィーチャごとに別々にコードを移行したい場合は、 --features フラグを使って一つずつ移行作業をすることもできます...
います。 特に脚注で示した箇所は、原文では "favors a feature that is not more frequently used than its alternat...
- https://man.plustar.jp/rust/edition/print.html - [similar]
- 新しいキーワード - エディションガイド 8070
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
います。 特に脚注で示した箇所は、原文では "favors a feature that is not more frequently used than its alternat...
- https://man.plustar.jp/rust/edition/rust-2018/new-keywords.html - [similar]
- 推論変数への生ポインタに対するメソッドのディスパッチ - エディションガイド 7960
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
きます。 次のような構造体があったとしましょう 2 : #![feature(arbitrary_self_types)] struct MyType; impl MyType...
- https://man.plustar.jp/rust/edition/rust-2018/tyvar-behind-raw-pointer.html - [similar]
- 発展的な移行戦略 - エディションガイド 7758
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
ん。 同様に、フィーチャによる条件分岐、例えば #[cfg(feature = "my-optional-thing")] のようなものがある場合、 -...
-all-features フラグを使って、フィーチャの壁を超えて cargo fix...
フィーチャごとに別々にコードを移行したい場合は、 --features フラグを使って一つずつ移行作業をすることもできます...
- https://man.plustar.jp/rust/edition/editions/advanced-migrations.html - [similar]
PREV
1
NEXT