mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
283a8e1445
try_execute_query is now able to centralize the path for query get/ensure/force. try_execute_query now takes the dep_node as a parameter, so it can accommodate `force`. This dep_node is an Option to avoid computing it in the `get` fast path. try_execute_query now returns both the result and the dep_node_index to allow the caller to handle the dep graph. The caller is responsible for marking the dependency. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |