From: Matthias Krüger Date: Wed, 8 Feb 2023 17:32:43 +0000 (+0100) Subject: Rollup merge of #107758 - Zoxc:arena-enref, r=cjgillot X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=abc2203e360773f3b02d65d1bc7a3e1a8e9de745;p=rust.git Rollup merge of #107758 - Zoxc:arena-enref, r=cjgillot Change `arena_cache` to not alter the declared query result This makes the return types a bit clearer, limiting `arena_cache`'s effect to just the computation side. It also makes it easier to potentially remove `arena_cache`. r? ```@cjgillot``` --- abc2203e360773f3b02d65d1bc7a3e1a8e9de745