summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations/patterns.stderr
AgeCommit message (Expand)AuthorLines
2019-10-27update testsMark Mansi-12/+4
2019-10-27implement outlive suggestionsMark Mansi-0/+16
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-16/+16
2019-01-17Update testsMark Mansi-4/+4
2018-10-26Add test for normalization during field-lookup on patterns with ascribed types.Felix S. Klock II-14/+33
2018-10-26Add the actual chain of projections to `UserTypeProjection`.Felix S. Klock II-1/+30
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-40/+37
2018-10-10Use the span of the user type for `AscribeUserType`Matthew Jasper-2/+2
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-4/+4
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-10/+11
2018-09-19Update ui testsMatthew Jasper-2/+2
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-12/+1
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-13/+45
2018-09-10expand the patterns test with a bunch more scenariosNiko Matsakis-4/+93
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-0/+33