mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 07:50:47 +00:00
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.