We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a7130 commit 68b9342Copy full SHA for 68b9342
src/appendix-01-keywords.md
@@ -90,6 +90,7 @@ higher-ranked lifetimeについては議論の余地ありか
90
* `const` - 定数要素か定数の生ポインタを定義する
91
* `continue` - 次のループの繰り返しに継続する
92
* `crate` - モジュールパス内で、クレートルートを表す
93
+* `dyn` - トレイトオブジェクトに対するダイナミックディスパッチ
94
* `else` - `if`と`if let`制御フロー構文の規定
95
* `enum` - 列挙型を定義する
96
* `extern` - 外部の関数、変数をリンクする
0 commit comments