rust/tests/ui/transmutability/primitives
Bryan Garza 6266358237 Safe Transmute: Check mutability before creating dst -> src obligation
- Only create dst -> src obligation if Dst is mutable
- Add some long comments to explain parts of the transmutability code that were
  unclear to me when reading
- Update/add tests
2023-05-24 15:00:06 -07:00
..
bool-mut.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
bool-mut.stderr Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
bool.current.stderr Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
bool.next.stderr Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
bool.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
numbers.current.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
numbers.next.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
numbers.rs tests 2023-04-10 16:08:14 +00:00
unit.current.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
unit.next.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
unit.rs tests 2023-04-10 16:08:14 +00:00