diff options
| author | Roxane <roxane.fruytier@hotmail.com> | 2021-08-23 22:57:05 -0400 |
|---|---|---|
| committer | Roxane <roxane.fruytier@hotmail.com> | 2021-08-28 19:29:47 -0400 |
| commit | f7b0e3b441af1def0845ce6c52273d7fcf4aa2a3 (patch) | |
| tree | 1d2f25fd53a9d222c40dbaf4961e29a9c48314b2 | |
| parent | cd35e251ea086e8637562323acfe65216b2c8051 (diff) | |
| download | rust-f7b0e3b441af1def0845ce6c52273d7fcf4aa2a3.tar.gz rust-f7b0e3b441af1def0845ce6c52273d7fcf4aa2a3.zip | |
Create a specific match folder for match tests
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/auxiliary/match_non_exhaustive_lib.rs (renamed from src/test/ui/closures/2229_closure_analysis/auxiliary/match_non_exhaustive_lib.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/issue-87097.rs (renamed from src/test/ui/closures/2229_closure_analysis/issue-87097.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/issue-87097.stderr (renamed from src/test/ui/closures/2229_closure_analysis/issue-87097.stderr) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/issue-87426.rs (renamed from src/test/ui/closures/2229_closure_analysis/issue-87426.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/match-edge-cases.rs (renamed from src/test/ui/closures/2229_closure_analysis/match-edge-cases.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/match-edge-cases.stderr (renamed from src/test/ui/closures/2229_closure_analysis/match-edge-cases.stderr) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/non-exhaustive-match.rs (renamed from src/test/ui/closures/2229_closure_analysis/non-exhaustive-match.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/non-exhaustive-match.stderr (renamed from src/test/ui/closures/2229_closure_analysis/non-exhaustive-match.stderr) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.rs (renamed from src/test/ui/closures/2229_closure_analysis/pattern-matching-should-fail.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.stderr (renamed from src/test/ui/closures/2229_closure_analysis/pattern-matching-should-fail.stderr) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.rs (renamed from src/test/ui/closures/2229_closure_analysis/patterns-capture-analysis.rs) | 0 | ||||
| -rw-r--r-- | src/test/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.stderr (renamed from src/test/ui/closures/2229_closure_analysis/patterns-capture-analysis.stderr) | 0 |
12 files changed, 0 insertions, 0 deletions
diff --git a/src/test/ui/closures/2229_closure_analysis/auxiliary/match_non_exhaustive_lib.rs b/src/test/ui/closures/2229_closure_analysis/match/auxiliary/match_non_exhaustive_lib.rs index 4060c409355..4060c409355 100644 --- a/src/test/ui/closures/2229_closure_analysis/auxiliary/match_non_exhaustive_lib.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/auxiliary/match_non_exhaustive_lib.rs diff --git a/src/test/ui/closures/2229_closure_analysis/issue-87097.rs b/src/test/ui/closures/2229_closure_analysis/match/issue-87097.rs index 241ddcb83e1..241ddcb83e1 100644 --- a/src/test/ui/closures/2229_closure_analysis/issue-87097.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/issue-87097.rs diff --git a/src/test/ui/closures/2229_closure_analysis/issue-87097.stderr b/src/test/ui/closures/2229_closure_analysis/match/issue-87097.stderr index 38f2929a05f..38f2929a05f 100644 --- a/src/test/ui/closures/2229_closure_analysis/issue-87097.stderr +++ b/src/test/ui/closures/2229_closure_analysis/match/issue-87097.stderr diff --git a/src/test/ui/closures/2229_closure_analysis/issue-87426.rs b/src/test/ui/closures/2229_closure_analysis/match/issue-87426.rs index 74506979a28..74506979a28 100644 --- a/src/test/ui/closures/2229_closure_analysis/issue-87426.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/issue-87426.rs diff --git a/src/test/ui/closures/2229_closure_analysis/match-edge-cases.rs b/src/test/ui/closures/2229_closure_analysis/match/match-edge-cases.rs index f5330b07445..f5330b07445 100644 --- a/src/test/ui/closures/2229_closure_analysis/match-edge-cases.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/match-edge-cases.rs diff --git a/src/test/ui/closures/2229_closure_analysis/match-edge-cases.stderr b/src/test/ui/closures/2229_closure_analysis/match/match-edge-cases.stderr index b9d2316206e..b9d2316206e 100644 --- a/src/test/ui/closures/2229_closure_analysis/match-edge-cases.stderr +++ b/src/test/ui/closures/2229_closure_analysis/match/match-edge-cases.stderr diff --git a/src/test/ui/closures/2229_closure_analysis/non-exhaustive-match.rs b/src/test/ui/closures/2229_closure_analysis/match/non-exhaustive-match.rs index 318673ef847..318673ef847 100644 --- a/src/test/ui/closures/2229_closure_analysis/non-exhaustive-match.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/non-exhaustive-match.rs diff --git a/src/test/ui/closures/2229_closure_analysis/non-exhaustive-match.stderr b/src/test/ui/closures/2229_closure_analysis/match/non-exhaustive-match.stderr index 91ffe1a47f4..91ffe1a47f4 100644 --- a/src/test/ui/closures/2229_closure_analysis/non-exhaustive-match.stderr +++ b/src/test/ui/closures/2229_closure_analysis/match/non-exhaustive-match.stderr diff --git a/src/test/ui/closures/2229_closure_analysis/pattern-matching-should-fail.rs b/src/test/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.rs index 0f288ffa95a..0f288ffa95a 100644 --- a/src/test/ui/closures/2229_closure_analysis/pattern-matching-should-fail.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.rs diff --git a/src/test/ui/closures/2229_closure_analysis/pattern-matching-should-fail.stderr b/src/test/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.stderr index 45641ea3de3..45641ea3de3 100644 --- a/src/test/ui/closures/2229_closure_analysis/pattern-matching-should-fail.stderr +++ b/src/test/ui/closures/2229_closure_analysis/match/pattern-matching-should-fail.stderr diff --git a/src/test/ui/closures/2229_closure_analysis/patterns-capture-analysis.rs b/src/test/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.rs index 56f5ac44db0..56f5ac44db0 100644 --- a/src/test/ui/closures/2229_closure_analysis/patterns-capture-analysis.rs +++ b/src/test/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.rs diff --git a/src/test/ui/closures/2229_closure_analysis/patterns-capture-analysis.stderr b/src/test/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.stderr index 46081333395..46081333395 100644 --- a/src/test/ui/closures/2229_closure_analysis/patterns-capture-analysis.stderr +++ b/src/test/ui/closures/2229_closure_analysis/match/patterns-capture-analysis.stderr |
