Files
rust/compiler
bors 4b87ed9d0f Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot
Only cache typeck results if it's the typeck root

context: https://rust-lang.zulipchat.com/#narrow/stream/241847-t-compiler.2Fwg-incr-comp/topic/incr_comp_query_cache_promotion.20taking.20forever

Basically, typeck children just copy the typeck results of their typeck root item, so caching their results means copying the same typeck results for each child item.

r? `@ghost`
2023-05-01 06:58:49 +00:00
..
2023-03-11 10:53:47 -06:00
2023-02-02 07:47:39 +01:00
2023-04-17 16:09:18 -04:00
2023-04-25 18:59:55 +01:00
2023-04-28 20:19:48 +02:00
2023-04-21 02:14:04 -07:00
2023-04-10 17:24:23 +09:00
2023-04-10 22:02:52 +02:00
2023-04-26 07:46:13 +02:00
2023-04-20 12:00:41 -03:00
2023-04-25 14:15:31 +08:00