rust/tests/ui/closures/2229_closure_analysis/match
Matthew Jasper d4ffb3b08a Capture scrutinee of if let guards correctly
Previously we were always capturing by value.
2023-09-22 13:04:44 +00:00
..
auxiliary
if-let-guards-errors.e2018.stderr Capture scrutinee of if let guards correctly 2023-09-22 13:04:44 +00:00
if-let-guards-errors.e2021.stderr Capture scrutinee of if let guards correctly 2023-09-22 13:04:44 +00:00
if-let-guards-errors.rs Capture scrutinee of if let guards correctly 2023-09-22 13:04:44 +00:00
if-let-guards.rs Capture scrutinee of if let guards correctly 2023-09-22 13:04:44 +00:00
issue-87097.rs
issue-87097.stderr
issue-87426.rs
issue-87988.rs
issue-88331.rs
issue-88331.stderr
match-edge-cases_1.rs
match-edge-cases_2.rs
match-edge-cases_2.stderr
non-exhaustive-match.rs
non-exhaustive-match.stderr Improve clarity of diagnostic message on non-exhaustive matches 2023-09-03 19:55:11 +08:00
pattern-matching-should-fail.rs
pattern-matching-should-fail.stderr
patterns-capture-analysis.rs Don't capture &[T; N] when contents isn't read 2023-06-15 11:42:20 +00:00
patterns-capture-analysis.stderr Don't capture &[T; N] when contents isn't read 2023-06-15 11:42:20 +00:00