rust/compiler/rustc_query_impl/src
bors 4065b89b1e Auto merge of #100946 - jyn514:query-system-3, r=cjgillot
Simplify the arguments to macros generated by the `rustc_queries` proc macro

Very small cleanup. Based on https://github.com/rust-lang/rust/pull/100436 which modifies some of the same code.

r? `@cjgillot`
2022-08-27 08:53:24 +00:00
..
keys.rs Use LocalDefId for closures more 2022-07-30 15:59:17 -05:00
lib.rs Simplify the syntax for macros generated by rustc_queries 2022-08-24 00:37:49 -05:00
on_disk_cache.rs rmeta/query cache: don't write string values of preinterned symbols 2022-08-20 15:39:21 +03:00
plumbing.rs Auto merge of #100946 - jyn514:query-system-3, r=cjgillot 2022-08-27 08:53:24 +00:00
profiling_support.rs Simplify the syntax for macros generated by rustc_queries 2022-08-24 00:37:49 -05:00
README.md
values.rs Do not report cycle error when inferring return type for suggestion 2022-08-16 03:00:32 +00:00

For more information about how the query system works, see the rustc dev guide.