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