diff options
| author | Michael Goulet <michael@errs.io> | 2022-06-03 10:22:04 -0700 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-06-07 17:54:57 -0700 |
| commit | 2f1bf166b565c56ef8367067428be10d2dbde92b (patch) | |
| tree | 31c376f1dc61a60a3adcca92d30440b1e4a5aebc /src/test/ui/pattern | |
| parent | b0793b33da42eee99544a1008004fbc3999e2b36 (diff) | |
| download | rust-2f1bf166b565c56ef8367067428be10d2dbde92b.tar.gz rust-2f1bf166b565c56ef8367067428be10d2dbde92b.zip | |
Remove arg_matrix.rs, bless tests
Diffstat (limited to 'src/test/ui/pattern')
| -rw-r--r-- | src/test/ui/pattern/pattern-error-continue.stderr | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/test/ui/pattern/pattern-error-continue.stderr b/src/test/ui/pattern/pattern-error-continue.stderr index 4c2eff63ab5..c800afdae2a 100644 --- a/src/test/ui/pattern/pattern-error-continue.stderr +++ b/src/test/ui/pattern/pattern-error-continue.stderr @@ -46,15 +46,7 @@ error[E0308]: mismatched types --> $DIR/pattern-error-continue.rs:28:7 | LL | f(true); - | - ^^^^ expected `char`, found `bool` - | | - | arguments to this function are incorrect - | -note: function defined here - --> $DIR/pattern-error-continue.rs:13:4 - | -LL | fn f(_c: char) {} - | ^ -------- + | ^^^^ expected `char`, found `bool` error: aborting due to 5 previous errors |
