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