diff options
| author | Nadrieril <nadrieril+git@gmail.com> | 2019-12-04 16:39:33 +0000 |
|---|---|---|
| committer | Nadrieril <nadrieril+git@gmail.com> | 2019-12-04 16:43:25 +0000 |
| commit | d44774d72cdaf41946cb63ae03f75143fa25e181 (patch) | |
| tree | e00d00cff6e274b661a6dbd514fc4bb84469c398 /src/test/ui/error-codes | |
| parent | fe5d84d2aada20f6dd5798725eb5f203344403d9 (diff) | |
| download | rust-d44774d72cdaf41946cb63ae03f75143fa25e181.tar.gz rust-d44774d72cdaf41946cb63ae03f75143fa25e181.zip | |
Forgot to update some test outputs
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0004-2.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/error-codes/E0004-2.stderr b/src/test/ui/error-codes/E0004-2.stderr index db0a2b5a085..f5b41cd1cc0 100644 --- a/src/test/ui/error-codes/E0004-2.stderr +++ b/src/test/ui/error-codes/E0004-2.stderr @@ -1,8 +1,8 @@ -error[E0004]: non-exhaustive patterns: multiple patterns of type `std::option::Option<i32>` are not handled +error[E0004]: non-exhaustive patterns: `None` and `Some(_)` not covered --> $DIR/E0004-2.rs:4:11 | LL | match x { } - | ^ + | ^ patterns `None` and `Some(_)` not covered | = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms |
