rust/src/libserialize
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
..
hex Separate libserialize module 2019-06-16 14:17:01 +03:00
json Separate libserialize module 2019-06-16 14:17:01 +03:00
tests Allow unused_extern_crates for rustc_libserialize 2019-04-21 10:52:12 +02:00
Cargo.toml rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
collection_impls.rs rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
hex.rs Separate libserialize module 2019-06-16 14:17:01 +03:00
json.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
leb128.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Rollup merge of #58318 - taiki-e:libserialize-2018, r=Centril 2019-02-12 04:42:24 +01:00
opaque.rs Cleanup imports 2019-02-09 17:13:39 +09:00
serialize.rs Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00