mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:40:12 +01:00
We can now cast directly from `T*` to `U*`; stop going via `void*`. Also remove the conversion impl from `void*` as it's now subsumed by the general impl.