]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87089 - RalfJung:ctfe-memory-cleanup, r=oli-obk
authorYuki Okushi <jtitor@2k36.org>
Mon, 12 Jul 2021 23:54:39 +0000 (08:54 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 23:54:39 +0000 (08:54 +0900)
commite46b790b9deb8f0c4db0a052f3cd9a875fc70d3b
tree949fecdc1d86b57eaaa140b1c5e4adb703763cac
parent15af98d0700a340eaef8d44de58edb5f1a54b4d2
parent6b26640583649b6e688f7c1d82778a555bf66b79
Rollup merge of #87089 - RalfJung:ctfe-memory-cleanup, r=oli-obk

CTFE engine: small cleanups

I noticed these while preparing a large PR, and figured I'd better send them ahead to not muddy the diff unnecessarily.

- remove remaining use of Pointer in Allocation API (I missed those in https://github.com/rust-lang/rust/pull/85472)
- remove unnecessary deallocate_local hack (this logic does not seem necessary any more)

r? `@oli-obk`