Skip to content

Commit 26c3fc7

Browse files
authored
Merge pull request rust-lang#754 from AlphaHot/patch-1
Update macro-ambiguity.md
2 parents 66ef593 + 403738f commit 26c3fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-ambiguity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,5 @@ why particular matchers are legal and others are not.
373373
* `($($e:expr)*)` : illegal, because expr NTs are not in FOLLOW(expr NT).
374374

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

0 commit comments

Comments
 (0)