about summary refs log tree commit diff
path: root/tests/ui/resolve/auxiliary
AgeCommit message (Collapse)AuthorLines
2025-07-03move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/`xizheyin-12/+0
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-06-05Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-2/+2
2025-04-14Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obkMatthias Krüger-0/+1
Fix up partial res of segment in primitive resolution hack There is a hack in the resolver: ``` // In `a(::assoc_item)*` `a` cannot be a module. If `a` does resolve to a module we // don't report an error right away, but try to fallback to a primitive type. ``` This fixes up the resolution for primitives which would otherwise resolve to a module, but we weren't also updating the res of the path segment, leading to weird diagnostics. We explicitly call `self.r.partial_res_map.insert` instead of `record_partial_res` b/c we have recorded a partial res already, and we specifically want to override it. cc https://github.com/rust-lang/rust/issues/139095#issuecomment-2764371934
2025-03-30Fix up partial res of segment in primitive resolution hackMichael Goulet-0/+1
2025-03-29rustc_resolve: Test the order that preludes are resolvedjyn-0/+16
2025-01-21add test for issue 135289Rémy Rakic-0/+13
2024-11-27Update tests to use new proc-macro headerEric Huss-9/+0
2024-09-07Don't call fn_arg_names for non-fn in resolverMichael Goulet-0/+3
2024-03-07Add known-bug tests for `derive(PartialEq)` mismatches with ↵Oli Scherer-0/+27
`#[repr(packed)]` attributes that are not visible before macro expansion
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-05fix OOM when `ty::Instance` is used in query descriptionLukas Markeffsky-0/+12
2023-06-20test(resolve): update_resolution for remove single importbohan-0/+13
2023-01-11Move /src/test to /testsAlbert Larsan-0/+93