rust/compiler/rustc_query_impl
Joshua Nelson 7b8e2a52ff Simplify the syntax for macros generated by rustc_queries
- Disallow multiple macros callbacks in the same invocation. In practice, this was never used.
- Remove the `[]` brackets around the macro name
- Require an `ident`, not an arbitrary `tt`
2022-08-24 00:37:49 -05:00
..
src Simplify the syntax for macros generated by rustc_queries 2022-08-24 00:37:49 -05:00
Cargo.toml Do not report cycle error when inferring return type for suggestion 2022-08-16 03:00:32 +00:00