rust/compiler/rustc_next_trait_solver
David Wood d43da6f4de
trait_sel: {Meta,Pointee}Sized on Sized types
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.
2025-06-16 15:00:22 +00:00
..
src trait_sel: {Meta,Pointee}Sized on Sized types 2025-06-16 15:00:22 +00:00
Cargo.toml norm nested aliases before evaluating the parent goal 2025-04-24 18:41:43 +00:00