about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2023-03-06Add simple impl trait test for RPITITSantiago Pastorino-0/+17
2023-03-05Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errorsMatthias Krüger-0/+3
2023-03-05drop_tracking_mir: diagnose recursive generator.Camille GILLOT-0/+3
2023-03-04Don't project to RPITIT that has no default valueMichael Goulet-0/+37
2023-03-03Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obkMatthias Krüger-13/+38
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-13/+38
2023-03-02Add simple trait testSantiago Pastorino-0/+11
2023-02-28Shift vars for default RPITIT methods correctlyMichael Goulet-0/+25
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-1/+10
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-2/+2
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-2/+2
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-52/+52
2023-02-22pluralize stuffMichael Goulet-52/+52
2023-02-22Normalize line+col in normalize-tait-in-const testAlan Egerton-1/+2
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-11/+0
2023-02-21Add a test for default trait method with RPITITsMichael Goulet-0/+28
2023-02-16Remove save-analysis.Nicholas Nethercote-2/+0
2023-02-14Better label for illegal impl trait typesMichael Goulet-20/+20
2023-02-13Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=...Matthias Krüger-2/+2
2023-02-13Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi...Matthias Krüger-6/+7
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-2/+2
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-6/+7
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-02-10revert #107074lcnr-1/+4
2023-02-09Introduce `ReError`Esteban Küber-2/+2
2023-02-07Tweak ICE messageEsteban Küber-3/+1
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-2/+2
2023-02-02Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebankMatthias Krüger-20/+0
2023-02-02Don't cause a cycle when formatting query description that references a FnDefMichael Goulet-2/+2
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+2
2023-01-30Tweak use of trimmed pathsEsteban Küber-8/+8
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-2/+2
2023-01-30Modify primary span label for E0308Esteban Küber-23/+23
2023-01-27Bless tests.Camille GILLOT-13/+12
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT-21/+356
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-0/+3
2023-01-22Remove confusing 'while checking' note from opaque future type mismatchesMichael Goulet-20/+0
2023-01-21Label closure captures/generator locals that make opaque types recursiveMichael Goulet-0/+46
2023-01-18Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obkbors-0/+39
2023-01-15Tweak E0597Esteban Küber-0/+3
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-6/+5
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-4/+8
2023-01-11Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errorsMichael Goulet-4/+8
2023-01-12Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger-2/+7
2023-01-12Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errorsMatthias Krüger-4/+4
2023-01-11Hide more of long types in E0271Esteban Küber-4/+4
2023-01-11Make `&`-removal suggestion verboseEsteban Küber-4/+8
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-6/+5
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-3/+7