]> git.lizzy.rs Git - rust.git/commitdiff
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)
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```


Trivial merge