about summary refs log tree commit diff
path: root/src/test/ui/or-patterns/slice-patterns.rs
AgeCommit message (Collapse)AuthorLines
2021-03-19update testsmark-2/+0
2020-03-04fix tidy errorMatthew Kuo-1/+2
2020-03-04test(pattern): harden tests for or-patterns with slice-patternsMatthew Kuo-2/+12
Some of the nested OR paths were being missed
2020-03-04test(pattern): add tests for combinations of pattern featuresMatthew Kuo-0/+42
Reference issue #67311 Tests combinations of the following pattern features: - bindings_after_at - or_patterns - slice_patterns - box_patterns