about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2018-03-03 13:12:50 +0800
committerAndrew Cann <shum@canndrew.org>2018-03-14 12:44:52 +0800
commit5a6b7812665f26e2483075ce2cbde92af822b2e4 (patch)
tree32d72a6382191850ecebb846eec4fa8c58923b56
parentb4f1081af1fa0ef9b579f8a9e469aa9803057c68 (diff)
downloadrust-5a6b7812665f26e2483075ce2cbde92af822b2e4.tar.gz
rust-5a6b7812665f26e2483075ce2cbde92af822b2e4.zip
really actually fix ui test error for real
-rw-r--r--src/test/ui/feature-gate-exhaustive-patterns.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/feature-gate-exhaustive-patterns.stderr b/src/test/ui/feature-gate-exhaustive-patterns.stderr
index 8bf8641ab68..51fdac064ce 100644
--- a/src/test/ui/feature-gate-exhaustive-patterns.stderr
+++ b/src/test/ui/feature-gate-exhaustive-patterns.stderr
@@ -7,4 +7,3 @@ LL |     let Ok(_x) = foo(); //~ ERROR refutable pattern in local binding
 error: aborting due to previous error
 
 If you want more information on this error, try using "rustc --explain E0005"
-