about summary refs log tree commit diff
path: root/tests/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2025-01-29Rollup merge of #136212 - estebank:span-tweak, r=petrochenkovMatthias Krüger-4/+4
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-0/+68
2025-01-28Tweak `&mut self` suggestion spanEsteban Küber-4/+4
2025-01-28Suggest considering casting fn item as fn pointer in more casesmu001999-0/+68
2025-01-23Bless and add testsBoxy-5/+0
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-5/+6
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-2/+2
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-2/+2
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-53/+199
2024-07-08Add suggestions for possible missing `fn`, `struct`, or `enum` keywordstrevyn-11/+21
2024-07-04Use shorter span for float literal suggestionEsteban Küber-12/+21
2024-07-04Fix `&mut` removal suggestionEsteban Küber-8/+14
2024-06-16Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelixJacob Pratt-23/+23
2024-06-13Tweak output of import suggestionsEsteban Küber-1/+1
2024-06-12Spell out other trait diagnosticAlex Macleod-23/+23
2024-04-30Remove note about iteration count in coerceGurinder Singh-0/+3
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-4/+4
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-22/+22
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-21/+1
2024-02-17Implement `NonZero` traits generically.Markus Reiter-1/+8
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-14/+14
2024-02-16Rollup merge of #119928 - d-sonuga:into-iter-sugg, r=compiler-errorsGuillaume Gomez-0/+55
2024-02-14Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errorsOli Scherer-1/+1
2024-02-12suggest `into_iter()` when `Iterator` method called on `impl IntoIterator`demilade-0/+55
2024-02-09Be less confident when `dyn` suggestion is not checked for object safetytrevyn-1/+1
2024-02-06Regular closures now built-in impls for AsyncFn*Michael Goulet-8/+1
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-1/+1
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-1/+8
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-1/+1
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-6/+28
2023-12-25Add AsyncFn family of traitsMichael Goulet-1/+8
2023-11-24Show number in error message even for one errorNilstrieb-17/+17
2023-11-18tweak logic of "unknown field" labelEsteban Küber-2/+11
2023-11-16recover primary span labelEsteban Küber-12/+15
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-2/+12
2023-11-16Suggest field typo through derefsEsteban Küber-16/+13
2023-10-23Auto merge of #115324 - francorbacho:master, r=davidtwcobors-0/+146
2023-10-17Unify suggestion wordingEsteban Küber-1/+1
2023-10-05Only give autofix suggestion when no named args are presentfrancorbacho-4/+36
2023-10-05Add suggestion testfrancorbacho-10/+33
2023-10-05Highlight redundant arguments instead of the whole format stringfrancorbacho-18/+18
2023-10-05Plurals in format redundant arguments suggestionfrancorbacho-2/+2
2023-10-05Use diagnostic impls and add suggestions in redundant format!() argsfrancorbacho-54/+45
2023-10-05Suggest removing redundant arguments in format!()francorbacho-0/+100
2023-10-04clean up struct field suggestionsLeón Orell Valerian Liehr-43/+168
2023-09-28Tweak wording of missing angle backets in qualified pathEsteban Küber-24/+141
2023-08-14Point at return type when it influences non-first `match` armEsteban Küber-0/+2
2023-08-01Suggests turbofish in patternsMu001999-0/+24
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-10/+9