diff options
| author | Michael Goulet <michael@errs.io> | 2021-11-19 20:51:44 -0800 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2021-11-23 10:34:17 -0800 |
| commit | 9ae575c795a809f2a25ce487cfb0297511297a8a (patch) | |
| tree | 39edc125ef0c7fbd21391956de7919d4449aba3b /src/test/ui/pattern | |
| parent | 471334e99617e20a2165b035241e6aa51bb29628 (diff) | |
| download | rust-9ae575c795a809f2a25ce487cfb0297511297a8a.tar.gz rust-9ae575c795a809f2a25ce487cfb0297511297a8a.zip | |
Update test outputs
Diffstat (limited to 'src/test/ui/pattern')
| -rw-r--r-- | src/test/ui/pattern/non-structural-match-types.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/pattern/non-structural-match-types.stderr b/src/test/ui/pattern/non-structural-match-types.stderr index 91fed81eaef..31168e29eb8 100644 --- a/src/test/ui/pattern/non-structural-match-types.stderr +++ b/src/test/ui/pattern/non-structural-match-types.stderr @@ -4,7 +4,7 @@ error: `[closure@$DIR/non-structural-match-types.rs:9:17: 9:22]` cannot be used LL | const { || {} } => {}, | ^^^^^^^^^^^^^^^ -error: `impl Future` cannot be used in patterns +error: `impl Future<Output = [async output]>` cannot be used in patterns --> $DIR/non-structural-match-types.rs:12:9 | LL | const { async {} } => {}, |
