about summary refs log tree commit diff
path: root/tests/ui/higher-ranked/trait-bounds/normalize-under-binder
AgeCommit message (Expand)AuthorLines
2025-06-30Avoid looking at HIR for trait and impl itemsOli Scherer-2/+2
2025-06-06Apply `mismatched-lifetime-syntaxes` to trait and extern functionsJake Goulding-1/+1
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-1/+1
2025-04-09Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgrbors-2/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-04-08Improve presentation of closure signature mismatch from Fn trait goalMichael Goulet-2/+2
2025-04-03add `TypingMode::Borrowck`lcnr-16/+2
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-5/+6
2025-01-24Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack...Michael Goulet-20/+20
2025-01-23Remove query normalize from normalize type opMichael Goulet-20/+20
2024-12-18update new solver candidate assemblylcnr-12/+3
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-2/+2
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-2/+2
2024-12-04Avoid `opaque type not constrained` errors in the presence of other errorsOli Scherer-13/+4
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-3/+3
2024-06-20Add opaque type testOli Scherer-5/+81
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-61/+22
2024-02-29Remove stray stdout/stderr files许杰友 Jieyou Xu (Joe)-79/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-21/+21
2024-02-09For a rigid projection, recursively look at the self type's item boundsMichael Goulet-56/+2
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-3/+3
2023-12-05Add print_trait_sugaredMichael Goulet-8/+8
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-2/+2
2023-09-19Explain HRTB + infer limitations of old solverMichael Goulet-0/+21
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+15
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-05-30directory size limit :<lcnr-0/+1185