rust/compiler/rustc_query_system
Michael Baikov db5ed4bd79 Allow for try_force_from_dep_node to fail
The way it is implemented currently try_force_from_dep_node returns true
as long as there's a function to force the query. It wasn't this way
from the beginning, earlier version was producing forcing result and it
was changed in https://github.com/rust-lang/rust/pull/89978, I couldn't
find any comments addressing this change.

One way it can fail is by failing to recover the query in
DepNodeParams::recover - when we are trying to query something that no
longer exists in the current environment
2024-06-19 07:21:41 -04:00
..
src Allow for try_force_from_dep_node to fail 2024-06-19 07:21:41 -04:00
Cargo.toml Remove some unneeded Cargo.toml dependencies. 2024-05-03 15:33:52 +10:00
messages.ftl Cleanup unused messages in ftl files 2023-09-20 19:09:01 +08:00