Skip to content

Commit bb98f94

Browse files
ehusstraviscross
authored andcommitted
Rename macro.proc.function.invocation
To follow the attribute template rename.
1 parent 93b0935 commit bb98f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedural-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The `proc_macro` attribute publicly defines the macro in the [macro namespace] i
130130
r[macro.proc.proc_macro.behavior]
131131
A function-like macro invocation of a function-like procedural macro will pass what is inside the delimiters of the macro invocation as the input [`TokenStream`] argument, and replace the entire macro invocation with the output [`TokenStream`] of the function.
132132
133-
r[macro.proc.function.invocation]
133+
r[macro.proc.proc_macro.invocation]
134134
Function-like procedural macros may be invoked in any macro invocation position, which includes [statements], [expressions], [patterns], [type expressions], [item] positions, including items in [`extern` blocks], inherent and trait [implementations], and [trait definitions].
135135
136136
<!-- template:attributes -->

0 commit comments

Comments
 (0)