about summary refs log tree commit diff
path: root/tests/ui/pattern/box-pattern-constructor-mismatch.rs
AgeCommit message (Collapse)AuthorLines
2025-07-04always check for mixed deref pattern and normal constructorsdianne-0/+11
This makes it work for box patterns and in rust-analyzer.