File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ macros and specifying attributes on an item.
153
153
| ` $ident ` | Macro substitution |
154
154
| ` $ident:kind ` | Macro capture |
155
155
| ` $(…)… ` | Macro repetition |
156
+ | ` ident!(...) ` , ` ident!{...} ` , ` ident![...] ` | Macro invocation |
156
157
157
158
Table B-7 shows symbols that create comments.
158
159
@@ -180,7 +181,6 @@ Table B-8 shows symbols that appear in the context of using tuples.
180
181
| ` (expr, ...) ` | Tuple expression |
181
182
| ` (type, ...) ` | Tuple type |
182
183
| ` expr(expr, ...) ` | Function call expression; also used to initialize tuple ` struct ` s and tuple ` enum ` variants |
183
- | ` ident!(...) ` , ` ident!{...} ` , ` ident![...] ` | Macro invocation |
184
184
| ` expr.0 ` , ` expr.1 ` , etc. | Tuple indexing |
185
185
186
186
Table B-9 shows the contexts in which curly braces are used.
You can’t perform that action at this time.
0 commit comments