1
Fork 0
rust/compiler/rustc_query_system/src
Guillaume Gomez a60ccc1876
Rollup merge of #124252 - michaelwoerister:better-forbidden-read-ice, r=oli-obk
Improve ICE message for forbidden dep-graph reads.

The new message mentions the main context that the ICE might occur in and it mentions the query/dep-node that is being read.

cc https://github.com/rust-lang/rust/pull/123781, where this would have been helpful.
2024-04-22 20:26:00 +02:00
..
dep_graph Add more context to the forbidden dep-graph read ICE error message. 2024-04-22 14:54:28 +02:00
ich Simplify BodyId hashing. 2024-01-16 23:52:30 +00:00
query Remove sharding for VecCache 2024-04-06 10:49:31 -04:00
cache.rs Remove a fishy Clone impl 2023-04-04 09:01:44 +00:00
error.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
lib.rs Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00