mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 17:16:28 +00:00
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.