rust/compiler/rustc_query_impl
Joshua Nelson 0bedd354ca Move most of make_query into a generic function, away from the macro
This should both make the code easier to read and also greatly reduce the amount of codegen
the compiler has to do, since it only needs to monomorphize `create_query_frame` for each
new key and not for each query.
2022-08-23 21:52:29 -05:00
..
src Move most of make_query into a generic function, away from the macro 2022-08-23 21:52:29 -05:00
Cargo.toml Do not report cycle error when inferring return type for suggestion 2022-08-16 03:00:32 +00:00