diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-01-06 14:23:57 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-01-12 19:36:28 -0800 |
| commit | 72d965f7b7c2dcf0f6d076982c254093cdf96fe4 (patch) | |
| tree | 996011b062529fe4ce7c2feb3f1a60b093c8bc33 /src/test/ui/pattern/pattern-error-continue.stderr | |
| parent | f9e10f1aee72445c0e3c1e25915fbf5f2070256a (diff) | |
| download | rust-72d965f7b7c2dcf0f6d076982c254093cdf96fe4.tar.gz rust-72d965f7b7c2dcf0f6d076982c254093cdf96fe4.zip | |
Reword label as per review comment
Diffstat (limited to 'src/test/ui/pattern/pattern-error-continue.stderr')
| -rw-r--r-- | src/test/ui/pattern/pattern-error-continue.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/pattern/pattern-error-continue.stderr b/src/test/ui/pattern/pattern-error-continue.stderr index 318067cbb50..c2810d764c2 100644 --- a/src/test/ui/pattern/pattern-error-continue.stderr +++ b/src/test/ui/pattern/pattern-error-continue.stderr @@ -22,7 +22,7 @@ error[E0308]: mismatched types --> $DIR/pattern-error-continue.rs:22:9 | LL | match 'c' { - | --- this match expression evaluates to `char` + | --- this match expression has type `char` LL | S { .. } => (), | ^^^^^^^^ expected char, found struct `S` | |
