rust/src/librustc_macros
Nicholas Nethercote fd8f177234 Enforce the static symbol order.
By making the proc macro abort if any symbols are out of order.

The commit also changes the proc macro collect multiple errors (of order
or duplicated symbols) and prints them at the end, which is useful if
you have multiple errors.
2020-07-16 16:53:24 +10:00
..
src Enforce the static symbol order. 2020-07-16 16:53:24 +10:00
Cargo.toml remove some dependencies on itertools 2020-02-11 19:28:38 +01:00