about summary refs log tree commit diff
path: root/src/test/ui/pattern/bindings-after-at/or-patterns-slice-patterns.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-54/+0
2021-06-04removed uses of feature gatemarcusdunn-1/+0
2021-03-19update testsmark-1/+0
2020-03-04test(pattern): harden tests for or-patterns with slice-patternsMatthew Kuo-2/+15
Some of the nested OR paths were being missed
2020-03-04test(pattern): add tests for combinations of pattern featuresMatthew Kuo-0/+43
Reference issue #67311 Tests combinations of the following pattern features: - bindings_after_at - or_patterns - slice_patterns - box_patterns