You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/rust.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -522,7 +522,8 @@ matches, in a structure that mimics the structure of the repetition
522
522
encountered on a successful match. The job of the transcriber is to sort that
523
523
structure out.
524
524
525
-
The rules for transcription of these repetitions are called "Macro By Example". Essentially, one "layer" of repetition is discharged at a time, and all of
525
+
The rules for transcription of these repetitions are called "Macro By Example".
526
+
Essentially, one "layer" of repetition is discharged at a time, and all of
526
527
them must be discharged by the time a name is transcribed. Therefore,
527
528
`( $( $i:ident ),* ) => ( $i )` is an invalid macro, but
0 commit comments