about summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Collapse)AuthorLines
2023-04-02Move some UI tests into subdirectoriesjyn-0/+34
to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui.
2023-03-20Lint ambiguous glob re-exports许杰友 Jieyou Xu (Joe)-0/+80
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-67/+19
Exit when there are unmatched delims to avoid noisy diagnostics From https://github.com/rust-lang/rust/pull/104012#issuecomment-1311764832 r? ``@petrochenkov``
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-67/+19
2023-02-27diagnostics: avoid querying `associated_item` in the resolverMichael Howell-0/+17
Fixes #108529
2023-02-14Make removal suggestion not verboseEsteban Küber-6/+4
2023-02-14rebase and review commentsEsteban Küber-1/+1
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-2/+3
2023-01-30Modify primary span label for E0308Esteban Küber-5/+5
The previous output was unintuitive to users.
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-1/+6
When suggesting writing a fully qualified path probe for appropriate types Address the more common part of #46585.
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-0/+2
Const closures cc https://github.com/rust-lang/rust/issues/106003
2023-01-12Rollup merge of #106579 - estebank:issue-52144, r=Nilstriebnils-5/+25
Suggest making private tuple struct field public Fix #52144.
2023-01-12fix fmt and blessDeadbeef-0/+2
2023-01-11review comments: Tweak outputEsteban Küber-0/+16
* Account for `struct S(pub(super)Ty);` in suggestion * Suggest changing field visibility in E0603 too
2023-01-11Suggest making private tuple struct field publicEsteban Küber-5/+9
Fix #52144.
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-1/+6
Fix #46585.
2023-01-11label where constructor is defined and note that it should be calledMichael Goulet-3/+3
2023-01-11Be more specific about constructor `FnDef`s in type mismatchMichael Goulet-9/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+7170