Closed
Description
The Reflect
trait is currently unstable. It was intended to narrow the use of things like Any
for runtime introspection, to help retain parametricity properties. However, with impl specialization these properties would go away anyhow, so it's not clear how useful the trait would be.
Thus, stabilization should wait at least until specialization is settled.
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Relevant to the language team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.In the final comment period and will be merged soon unless new substantive objections are raised.