about summary refs log tree commit diff
path: root/tests/ui/dropck/eager-by-ref-binding-for-guards.rs
AgeCommit message (Collapse)AuthorLines
2025-08-06base drop order on the first sub-branchdianne-2/+2
2025-06-08add tests for pattern binding drop order edge casesdianne-0/+31
I couldn't find existing tests that for this behavior, so this should make sure it doesn't accidentally change.