about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2018-03-01 13:54:20 +0800
committerAndrew Cann <shum@canndrew.org>2018-03-14 12:44:52 +0800
commitb4f1081af1fa0ef9b579f8a9e469aa9803057c68 (patch)
tree038da4e25f337dd571f429b395d46dc38a3f5471
parent04cad569159006492f8d3c82bf2a07ced75363db (diff)
downloadrust-b4f1081af1fa0ef9b579f8a9e469aa9803057c68.tar.gz
rust-b4f1081af1fa0ef9b579f8a9e469aa9803057c68.zip
really fix ui test errors for real
-rw-r--r--src/test/ui/feature-gate-exhaustive-patterns.stderr3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/feature-gate-exhaustive-patterns.stderr b/src/test/ui/feature-gate-exhaustive-patterns.stderr
index 864c57e033f..8bf8641ab68 100644
--- a/src/test/ui/feature-gate-exhaustive-patterns.stderr
+++ b/src/test/ui/feature-gate-exhaustive-patterns.stderr
@@ -4,4 +4,7 @@ error[E0005]: refutable pattern in local binding: `Err(_)` not covered
 LL |     let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
    |         ^^^^^^ pattern `Err(_)` not covered
 
+error: aborting due to previous error
+
+If you want more information on this error, try using "rustc --explain E0005"