about summary refs log tree commit diff
path: root/tests/ui/transmutability/visibility
AgeCommit message (Collapse)AuthorLines
2024-02-27safe transmute: revise safety analysisJack Wrenn-704/+0
Migrate to a simplified safety analysis that does not use visibility. Closes https://github.com/rust-lang/project-safe-transmute/issues/15
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-8/+8
2023-11-24Show number in error message even for one errorNilstrieb-5/+5
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-18/+28
2023-04-13Improve safe transmute error reportingBryan Garza-12/+8
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-02-21Specify what 'this' actually isMichael Goulet-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+698