about summary refs log tree commit diff
path: root/src/test/ui/casts-issue-46365.rs
AgeCommit message (Collapse)AuthorLines
2020-12-31Move cast-related testsYuki Okushi-7/+0
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-12-23Update check::cast::pointer_kind logic to new rustcAriel Ben-Yehuda-0/+17
Make the match exhaustive, adding handling for anonymous types and tuple coercions on the way. Also, exit early when type errors are detected, to avoid error cascades and the like.