Skip to content

Commit

Permalink
Merge pull request rust-lang#754 from AlphaHot/patch-1
Browse files Browse the repository at this point in the history
Update macro-ambiguity.md
  • Loading branch information
Centril authored Feb 10, 2020
2 parents 66ef593 + 403738f commit 26c3fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macro-ambiguity.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,5 @@ why particular matchers are legal and others are not.
* `($($e:expr)*)` : illegal, because expr NTs are not in FOLLOW(expr NT).

[Macros by Example]: macros-by-example.md
[RFC 550]: https://github.com/rust-lang/rfcs/blob/master/text/0550-macro-future-proofing.html
[RFC 550]: https://github.com/rust-lang/rfcs/blob/master/text/0550-macro-future-proofing.md
[tracking issue]: https://github.com/rust-lang/rust/issues/56575

0 comments on commit 26c3fc7

Please sign in to comment.