about summary refs log tree commit diff
path: root/tests/ui/transmutability/primitives
AgeCommit message (Collapse)AuthorLines
2023-12-14update use of feature flagslcnr-4/+4
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-05-24Safe Transmute: Check mutability before creating dst -> src obligationBryan Garza-8/+40
- 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-04-13Improve safe transmute error reportingBryan Garza-354/+236
This patch updates the error reporting when Safe Transmute is not possible between 2 types by including the reason. Also, fix some small bugs that occur when computing the `Answer` for transmutability.
2023-04-10testsMichael Goulet-119/+1086
2023-02-21Specify what 'this' actually isMichael Goulet-59/+59
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1141