Skip to content

Commit 4ba94cf

Browse files
committed
Add description for macros to feature list in chapter 19
1 parent f2ac7b7 commit 4ba94cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ch19-00-advanced-features.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ syntax, supertraits, and the newtype pattern in relation to traits
3434
* Advanced types: more about the newtype pattern, type aliases, the never type,
3535
and dynamically sized types
3636
* Advanced functions and closures: function pointers and returning closures
37+
* Macros: ways to define code that defines more code at compile time
3738
-->
3839

3940
* Unsafe Rust: Rustの保証の一部を抜けてその保証を手動で保持する責任を負う方法
4041
* 高度なライフタイム: 複雑なライフタイム状況の記法
4142
* 高度なトレイト: 関連型、デフォルト型引数、フルパス記法、スーパートレイト、トレイトに関連するニュータイプパターン
4243
* 高度な型: ニュータイプパターンについてもっと、型エイリアス、never型、動的サイズ決定型
4344
* 高度な関数とクロージャ: 関数ポインタとクロージャの返却
45+
* マクロ: コンパイル時に、より多くのコードを定義するコードを定義する方法
4446

4547
<!--
4648
It’s a panoply of Rust features with something for everyone! Let’s dive in!

0 commit comments

Comments
 (0)