about summary refs log tree commit diff
path: root/tests/ui/resolve/parse-error-resolve.rs
AgeCommit message (Expand)AuthorLines
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2024-12-10Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ...Esteban Küber-1/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-1/+1
2024-12-10Add test for resolve errors caused by mod with parse errorsEsteban Küber-0/+7