]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107758 - Zoxc:arena-enref, r=cjgillot
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 8 Feb 2023 17:32:43 +0000 (18:32 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 17:32:43 +0000 (18:32 +0100)
commitabc2203e360773f3b02d65d1bc7a3e1a8e9de745
tree9c06dca796951baeddfd60c40328547a5c7474b0
parentf696e699a0523d9c147e1980059d6099a17d35e6
parenta0b96fdb50b1a57447e840f2a904aad9912cd3c4
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```