Files
rust/src/libproc_macro
Julien Cretin b8106b59d2 Fix meta-variable binding errors in macros
The errors are either:
- The meta-variable used in the right-hand side is not bound (or defined) in the
  left-hand side.
- The meta-variable used in the right-hand side does not repeat with the same
  kleene operator as its binder in the left-hand side. Either it does not repeat
  enough, or it uses a different operator somewhere.

This change should have no semantic impact.
2019-06-23 01:30:41 +02:00
..
2019-02-04 03:55:40 +09:00
2019-02-10 23:42:32 +00:00
2019-04-05 14:51:07 -07:00
2019-02-04 03:55:40 +09:00