about summary refs log tree commit diff
path: root/tests/ui/parser/assoc
AgeCommit message (Collapse)AuthorLines
2025-04-03Use `cfg(false)` in UI testsclubby789-4/+4
2024-12-08Adjust `assoc-oddities-3.rs`许杰友 Jieyou Xu (Joe)-0/+28
- Include the original MCVE as reported in <https://github.com/rust-lang/rust/issues/28777>. - Document the intention of the test.
2024-12-08Move `assoc-oddities-3.rs` under `tests/ui/parser/assoc/`许杰友 Jieyou Xu (Joe)-0/+13
This is where `assoc-oddities-{1,2}.rs` are located, reunite them!
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-2/+2
I was surprised to find that running with `-Zparse-only` only parses the crate root file. Other files aren't parsed because that happens later during expansion. This commit renames the option and updates the help message to make this clearer.
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-03Move some tests aroundEsteban Küber-0/+532