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.