about summary refs log tree commit diff
path: root/tests/ui/traits/bound
AgeCommit message (Expand)AuthorLines
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-3/+3
2024-03-08Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obkbors-2/+21
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-03-06Check that return type is WF in typeckGurinder Singh-2/+21
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-18/+18
2024-02-09Be less confident when `dyn` suggestion is not checked for object safetytrevyn-1/+1
2024-02-07Update testsr0cky-2/+2
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-29Avoid ICE in trait without `dyn` lintEsteban Küber-11/+3
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-4/+41
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-6/+6
2024-01-03Account for multiple trait bounds in bare trait object suggestionEsteban Küber-2/+22
2024-01-03Provide better suggestions when encountering a bare trait as a typeEsteban Küber-3/+84
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-4/+4
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-2/+19
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+50
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-3/+3
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1109