rust/compiler/rustc_query_impl
bjorn3 e2d3e09b9c Prevent macro ambiguity errors
The previous macro_rules! parsers failed when an additional modifier was added
with ambiguity errors. The error is pretty unclear as to what exactly the cause
here is, but this change simplifies the argument parsing code such that the
error is avoided.
2021-10-02 13:00:19 -04:00
..
src Prevent macro ambiguity errors 2021-10-02 13:00:19 -04:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00