File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ See the [macros section of the first edition of the
187
187
book] ( ../book/first-edition/macros.html#scoping-and-macro-importexport ) for more
188
188
information on ` macro_rules ` macro scope.
189
189
190
- - ` proc_macro ` - Defines a [ bang macro] .
190
+ - ` proc_macro ` - Defines a [ function-like macro] .
191
191
192
192
- ` proc_macro_derive ` - Defines a [ derive macro] .
193
193
@@ -549,7 +549,7 @@ You can implement `derive` for your own traits through [procedural macros].
549
549
[ external blocks ] : items/external-blocks.html
550
550
[ items ] : items.html
551
551
[ attribute macro ] : procedural-macros.html#attribute-macros
552
- [ bang macro] : procedural-macros.html#bang -macros
552
+ [ function-like macro] : procedural-macros.html#function-like-procedural -macros
553
553
[ conditional compilation ] : conditional-compilation.html
554
554
[ derive macro ] : procedural-macros.html#derive-macros
555
555
[ trait] : items/traits.html[ main] : crates-and-source-files.html
You can’t perform that action at this time.
0 commit comments