summary refs log tree commit diff
path: root/tests/ui/self
AgeCommit message (Expand)AuthorLines
2023-05-23Don't ICE if method receiver fails to unify with arbitrary_self_typesMichael Goulet-0/+25
2023-05-14Add test.Camille GILLOT-0/+15
2023-05-14Revert "Validate resolution for SelfCtor too."Camille GILLOT-50/+0
2023-05-12Note base types of coercionMichael Goulet-4/+2
2023-05-04Rollup merge of #110982 - cjgillot:elided-self-const, r=petrochenkovMatthias Krüger-0/+51
2023-05-03Do not recurse into const generic args when resolving self lifetime elision.Camille GILLOT-0/+51
2023-05-03Validate resolution for SelfCtor too.Camille GILLOT-0/+50
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-1/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-2/+3
2023-03-03Add unuseless `#[allow(unused_allocation)]`Maybe Waffle-2/+3
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-4/+6
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-64/+64
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-26Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnayMatthias Krüger-0/+22
2023-01-24impl DispatchFromDyn for Cell and UnsafeCelldimi-0/+22
2023-01-15Tweak E0597Esteban Küber-0/+2
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+4352