summary refs log tree commit diff
path: root/src/test/ui/error-codes
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2019-03-02 16:44:00 -0800
committerEsteban Küber <esteban@kuber.com.ar>2019-03-02 17:50:13 -0800
commitd651281a71b7d31947e33383dcb2a5647827e0fb (patch)
tree8d73817e84ea2286be521110a05ff8c1d361a0f4 /src/test/ui/error-codes
parent509bb0acba1de4ca9b766efd432a824b798ce6af (diff)
downloadrust-d651281a71b7d31947e33383dcb2a5647827e0fb.tar.gz
rust-d651281a71b7d31947e33383dcb2a5647827e0fb.zip
Reword error message
Diffstat (limited to 'src/test/ui/error-codes')
-rw-r--r--src/test/ui/error-codes/E0004-2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0004-2.stderr b/src/test/ui/error-codes/E0004-2.stderr
index 94e38cf26aa..c8732852a71 100644
--- a/src/test/ui/error-codes/E0004-2.stderr
+++ b/src/test/ui/error-codes/E0004-2.stderr
@@ -1,4 +1,4 @@
-error[E0004]: non-exhaustive patterns: type `std::option::Option<i32>` is non-empty
+error[E0004]: non-exhaustive patterns: multiple patterns of type `std::option::Option<i32>` are not handled
   --> $DIR/E0004-2.rs:4:11
    |
 LL |     match x { } //~ ERROR E0004