about summary refs log tree commit diff
path: root/tests/ui/cast/ptr-to-trait-obj-different-args.rs
AgeCommit message (Expand)AuthorLines
2024-09-24improve errors for invalid pointer castsLukas Markeffsky-4/+4
2024-07-05Equate types instead of using `Unsize`Maybe Lapkin-4/+4
2024-07-04Actually check that the traits are the same for casting pointers to dyn _Waffle Lapkin-1/+1
2024-07-04test blessingWaffle Lapkin-2/+1
2024-07-04blessingsMaybe Waffle-1/+1
2024-07-04Add more checks for pointers with vtable metaMaybe Waffle-5/+5
2024-07-04Add tests for `*const Trait<'a>` -> `*const Trait<'b>` and similar castsMaybe Waffle-0/+8
2024-07-04Forbid casts of raw pointers to trait objects with the same trait, but differ...Maybe Waffle-3/+3
2024-07-04Add a test for `*const Tr<A>` to `*const Tr<B>` castsMaybe Waffle-0/+30