about summary refs log tree commit diff
path: root/tests/ui/pattern/deref-patterns/branch.rs
AgeCommit message (Collapse)AuthorLines
2025-04-16pattern typing for immutable implicit deref patternsdianne-0/+22
2024-04-20Lower deref patterns to MIRNadrieril-0/+40
This handles using deref patterns to choose the correct match arm. This does not handle bindings or guards. Co-authored-by: Deadbeef <ent3rm4n@gmail.com>