]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #75590 - Mark-Simulacrum:tagged-ptr, r=ecstatic-morse
authorbors <bors@rust-lang.org>
Wed, 19 Aug 2020 20:20:31 +0000 (20:20 +0000)
committerbors <bors@rust-lang.org>
Wed, 19 Aug 2020 20:20:31 +0000 (20:20 +0000)
Add a packed/tagged pointer abstraction and utilize it for ParamEnv

The intent here is mostly just to add the abstraction; I suspect that there are definitely more use cases for it, and we can explore those over time now that there's a (mostly) safe abstraction that can be used in rustc.


Trivial merge