Remove ParamEnv::reveal_all
from codegen
#75327
Labels
-Zpolymorphize
Unstable option: Polymorphization.
A-codegen
Area: Code generation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Instead of using
ParamEnv::reveal_all
, theParamEnv
should be tracked in the mono item - this is necessary to enable more complex forms of polymorphization in future.(source: eddyb in Zulip)
The text was updated successfully, but these errors were encountered: