about summary refs log tree commit diff
path: root/tests/ui/parser/tuple-index-suffix.rs
AgeCommit message (Collapse)AuthorLines
2025-08-18Turn invalid index suffixes into hard errorsJieyou Xu-21/+23
2025-08-18Expand `tuple-index-suffix` test coverageJieyou Xu-8/+67
Actually, the accidentally accepted invalid suffixes also include tuple struct indexing positions, struct numeral field name positions. So before changing anything, first expand test coverage, so we can observe the effect of bumping the non-lint pseudo-FCW warning into a hard error.
2025-08-18Rename and move tuple index suffix regression testJieyou Xu-0/+18
To make it more obvious what it's testing. This is its own commit to make git blame easier.