about summary refs log tree commit diff
path: root/tests/ui/pattern/deref-patterns/bindings.rs
AgeCommit message (Collapse)AuthorLines
2024-04-20Test or-patterns inside deref patternsNadrieril-1/+13
2024-04-20Allow mutable bindings inside deref patternsNadrieril-0/+15
2024-04-20Don't fake borrow inside a deref patternNadrieril-2/+2
2024-04-20Lower deref patterns to MIRNadrieril-0/+37
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>