mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
d43da6f4de
Introduce the `MetaSized` and `PointeeSized` traits as supertraits of `Sized` and initially implement it on everything that currently implements `Sized` to isolate any changes that simply adding the traits introduces.