]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 7 Feb 2023 16:57:15 +0000 (17:57 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 16:57:15 +0000 (17:57 +0100)
commit401fe5c000d785fdc428ea753c9246dfe6bce935
tree2a04dc97b54cfc3e41247dbe20fa15bc96b53ef1
parente4dd9edb76a34ecbca539967f9662b8c0cc9c7fb
parent23412dd10574dc30c2f8e6a1df705dab06434358
Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot

Remove `arena_cache` modifier from `upstream_monomorphizations_for`

Arena-caching a pointer is pretty meaningless as far as I can tell.