File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -348,13 +348,13 @@ Token trees in procedural macros are defined as
348348 and floating point literals.
349349- Identifiers, including keywords (` ident ` , ` r#ident ` , ` fn ` )
350350
351- r[ macro.proc.token.conversion- intro]
351+ r[ macro.proc.token.conversion. intro]
352352Mismatches between these two definitions are accounted for when token streams
353353are passed to and from procedural macros. \
354354Note that the conversions below may happen lazily, so they might not happen if
355355the tokens are not actually inspected.
356356
357- r[ macro.proc.token.conversion]
357+ r[ macro.proc.token.conversion.to-proc_macro ]
358358When passed to a proc-macro
359359- All multi-character operators are broken into single characters.
360360- Lifetimes are broken into a ` ' ` character and an identifier.
@@ -366,7 +366,7 @@ When passed to a proc-macro
366366 - ` tt ` and ` ident ` substitutions are never wrapped into such groups and
367367 always represented as their underlying token trees.
368368
369- r[ macro.proc.token.emission ]
369+ r[ macro.proc.token.conversion.from-proc_macro ]
370370When emitted from a proc macro
371371- Punctuation characters are glued into multi-character operators
372372 when applicable.
You can’t perform that action at this time.
0 commit comments