summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations/patterns.rs
AgeCommit message (Expand)AuthorLines
2018-10-26Add test for normalization during field-lookup on patterns with ascribed types.Felix S. Klock II-0/+17
2018-10-26Add the actual chain of projections to `UserTypeProjection`.Felix S. Klock II-16/+16
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-3/+3
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-3/+3
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-1/+1
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-5/+34
2018-09-10expand the patterns test with a bunch more scenariosNiko Matsakis-1/+79
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-0/+14