about summary refs log tree commit diff
path: root/tests/ui/traits/non_lifetime_binders
AgeCommit message (Expand)AuthorLines
2023-04-11Erase lifetimes above ty::INNERMOST when probing ambiguous typesMichael Goulet-1/+6
2023-04-09Rollup merge of #108843 - compiler-errors:non_lifetime_binders-method-probe, ...Matthias Krüger-0/+27
2023-03-20Enforce non-lifetime-binders in supertrait preds are not object safeMichael Goulet-0/+80
2023-03-17Erase escaping late-bound regions when probing for ambiguous associated typesMichael Goulet-0/+29
2023-03-13Don't ICE for late-bound consts across AnonConstBoundaryMichael Goulet-0/+30
2023-03-07Instantiate instead of erasing binder when probing param methodsMichael Goulet-0/+27
2023-03-05Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone...Matthias Krüger-0/+33
2023-03-04Don't ICE when encountering bound var in builtin copy/clone boundsMichael Goulet-0/+33
2023-03-03Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet...Matthias Krüger-0/+38
2023-02-28Only look for param in generics if it actually comes from genericsMichael Goulet-0/+18
2023-02-28Deny capturing late-bound non-lifetime param in anon constMichael Goulet-0/+38
2023-02-21Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillotMatthias Krüger-5/+5
2023-02-21Rollup merge of #108202 - compiler-errors:non_lifetime_binders-type-match-ice...Matthias Krüger-0/+25
2023-02-21Specify what 'this' actually isMichael Goulet-5/+5
2023-02-18Make sure test_type_match doesn't ICE with late-bound typesMichael Goulet-0/+25
2023-02-18Pretty placeholders using their namesMichael Goulet-5/+7
2023-02-18Collapse placeholders to root universe in canonicalizer if not preserving uni...Michael Goulet-2/+44
2023-02-18Don't ICE on bound types in sized conditionsMichael Goulet-0/+41
2023-02-18Adjust tracking issue for non_lifetime_bindersMichael Goulet-4/+4
2023-02-16Deny some late-bound ty/ct in some positions, add testsMichael Goulet-0/+156