about summary refs log tree commit diff
path: root/tests/ui/const-generics/generic_arg_infer
AgeCommit message (Expand)AuthorLines
2025-09-29Make replacement suggestion `_` in type verboseEsteban Küber-13/+23
2025-07-03gai: remove typo from test file, and add a reference idTshepang Mbambo-0/+1
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-10/+20
2025-06-11stabilize gaiBoxy-93/+23
2025-04-10Allow parenthesis around inferred array lengthsBoxy-1/+72
2025-02-14fallout :skull_emoji:lcnr-4/+4
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-12/+18
2025-01-23Handle parenthesised infer argsBoxy-0/+12
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-26/+40
2025-01-02More refined spans for placeholder error in const/staticMichael Goulet-24/+26
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-2/+8
2024-12-03Use correct `hir_id` for array const arg infersBoxy-0/+12
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-2/+2
2024-07-22Revert suggestion verbosity changeEsteban Küber-6/+3
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-1/+1
2024-07-22Change suggestion message wordingEsteban Küber-1/+1
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-3/+6
2024-06-19Const generic parameters aren't bounds, even if we end up erroring because of...Oli Scherer-2/+2
2024-06-19Taint infcx when reporting errorsOli Scherer-11/+18
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-1/+1
2024-05-29Partially implement `ConstArgHasType`Boxy-1/+1
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-1/+1
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-2/+2
2024-03-07Use the same collection order as check_mod_type_wfOli Scherer-20/+20
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-3/+3
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-1/+1
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-4/+4
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-3/+18
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-2/+2
2023-06-11properly check associated consts for infer placeholdersMichael Goulet-6/+6
2023-01-11Move /src/test to /testsAlbert Larsan-0/+297