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
query Remove sharding for VecCache 2024-04-06 10:49:31 -04:00
cache.rs
error.rs
lib.rs Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
values.rs