about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2025-02-13Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errorsJubilee-21/+21
2025-02-14fallout :skull_emoji:lcnr-21/+21
2025-02-13adjust derive_errorlcnr-4/+18
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-0/+27
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-139/+211
2025-02-09Remove lifetime_capture_rules_2024 featureMichael Goulet-51/+19
2025-02-08Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgrbors-0/+37
2025-02-07Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnrMatthias Krüger-0/+37
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-3/+1
2025-02-06Add opt_alias_variances and use it in outlives codeMichael Goulet-0/+37
2025-02-06Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obkMatthias Krüger-5/+2
2025-02-05Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obkJubilee-0/+23
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-5/+2
2025-02-04Fix rustc_hidden_type_of_opaques for RPITITs with no default bodyMichael Goulet-0/+23
2025-02-03Make error message less awkwardMichael Goulet-15/+15
2025-02-03Check Sizedness of return type in WFMichael Goulet-156/+186
2025-02-02Rollup merge of #136415 - estebank:highlight-clarification, r=compiler-errorsMatthias Krüger-4/+4
2025-02-02Highlight clarifying information in "expected/found" errorEsteban Küber-4/+4
2025-02-01Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnrMatthias Krüger-0/+5
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-12/+12
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-0/+5
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-12/+12
2025-01-30Filter out RPITITs when suggesting unconstrained assoc type on too many genericsMichael Goulet-0/+31
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-52/+0
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-12/+12
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-7/+13
2025-01-24Reword "crate not found" resolve messageEsteban Küber-7/+13
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-9/+0
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-5/+38
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-72/+92
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-5/+38
2025-01-16Add missing check for async body when suggesting await on futures.metamuffin-9/+0
2025-01-15fix known-bug link in normalize-tait-in-constRalf Jung-4/+5
2025-01-13Rollup merge of #135441 - compiler-errors:redundant-captures-lint, r=lqdJacob Pratt-11/+15
2025-01-13Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024Michael Goulet-11/+15
2025-01-11Remove a bunch of diagnostic stashing that doesn't do anythingMichael Goulet-47/+60
2025-01-08Implement const Destruct in old solverMichael Goulet-17/+2
2025-01-06point out unblamed constraints from `Copy`/`Sized` bounds in region errorsdianne-0/+3
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-10/+10
2025-01-04Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es...Matthias Krüger-38/+61
2025-01-03Do not project when there are unconstrained impl paramsMichael Goulet-27/+4
2025-01-03Report impl has stricter requirements even when RPITIT inference gets in the wayMichael Goulet-38/+61
2025-01-01Fix ICE when opaque captures a duplicated/invalid lifetimeMichael Goulet-0/+30
2024-12-27Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726Matthias Krüger-0/+36
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-26Make ty::Error implement auto traitsMichael Goulet-0/+36
2024-12-16Regression test for RPIT inheriting lifetimeRyan Mehri-0/+24
2024-12-14Don't make a def id for impl_trait_in_bindingsMichael Goulet-0/+10
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-0/+179
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+179