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
numbers.next.stderr
numbers.rs
unit.current.stderr
unit.next.stderr
unit.rs