bors
35c8f2612f
Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726
...
Disable the evaluation cache when in intercrate mode
It's possible to use the same `InferCtxt` with both
an intercrate and non-intercrate `SelectionContext`. However,
the local (inferctxt) evaluation cache is not aware of this
distinction, so this kind of `InferCtxt` re-use will pollute
the cache wth bad results.
This commit avoids the issue by disabling the evaluation cache
entirely during intercrate mode.
2021-09-18 17:18:28 +00:00
..
2021-07-29 14:56:05 -07:00
2021-07-29 14:56:05 -07:00
2021-08-30 13:09:38 +02:00
2021-09-15 14:56:58 -07:00
2021-09-15 14:56:58 -07:00
2021-09-16 14:22:32 -04:00
2021-09-09 09:14:17 -04:00
2021-08-21 13:27:27 -05:00
2021-09-18 06:11:02 +00:00
2021-09-17 01:00:11 +00:00
2021-09-12 23:49:24 +00:00
2021-09-15 12:34:31 +00:00
2021-09-17 14:09:47 +09:00
2021-09-18 00:18:28 +00:00
2021-09-12 03:44:57 -07:00
2021-09-17 14:09:47 +09:00
2021-09-12 23:07:23 +02:00
2021-09-17 13:13:28 +09:00
2021-09-15 09:13:18 -07:00
2021-09-15 14:56:58 -07:00
2021-07-29 14:56:05 -07:00
2021-07-29 14:56:05 -07:00
2021-09-18 14:37:39 +00:00
2021-09-11 10:32:38 +02:00
2021-09-06 23:58:16 +00:00
2021-08-27 16:21:25 -07:00
2021-09-17 09:44:28 +00:00
2021-09-15 14:56:56 -07:00
2021-08-22 17:27:18 +02:00
2021-09-17 14:09:44 +09:00
2021-09-14 15:45:13 -04:00
2021-09-16 15:04:18 -04:00
2021-09-13 14:42:06 +02:00
2021-09-17 15:57:57 +02:00
2021-09-18 14:37:39 +00:00
2021-09-14 15:45:13 -04:00
2021-09-15 11:41:37 -07:00
2021-09-16 19:33:39 +00:00
2021-09-15 19:02:10 +02:00
2021-09-17 17:41:14 +02:00
2021-07-29 14:56:05 -07:00
2021-09-16 14:22:32 -04:00
2021-08-21 13:27:27 -05:00
2021-09-09 01:32:03 +01:00
2021-09-14 13:56:33 +02:00
2021-09-18 14:37:39 +00:00
2021-09-18 11:56:23 +00:00
2021-09-08 20:51:05 -04:00
2021-09-10 23:41:48 +03:00
2021-09-17 14:09:47 +09:00
2021-09-18 03:30:13 +00:00
2021-08-29 16:25:28 +02:00
2021-09-13 22:14:57 +00:00
2021-09-18 17:18:28 +00:00
2021-08-27 01:07:17 +00:00
2021-09-09 05:21:32 +00:00
2021-09-06 22:38:06 -04:00
2021-09-17 17:41:17 +02:00