about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2018-03-14 13:31:02 +0800
committerAndrew Cann <shum@canndrew.org>2018-03-14 13:31:02 +0800
commita8a0c691914b72d1ca54057914b4cee2bd097ae3 (patch)
tree62062a0bbf567c1ac82d3601017f73ab939d7039
parentb1526ca384028bb1ca52dc58eb4d47f930afae62 (diff)
downloadrust-a8a0c691914b72d1ca54057914b4cee2bd097ae3.tar.gz
rust-a8a0c691914b72d1ca54057914b4cee2bd097ae3.zip
fix ui test error again
-rw-r--r--src/test/ui/feature-gate-exhaustive-patterns.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gate-exhaustive-patterns.stderr b/src/test/ui/feature-gate-exhaustive-patterns.stderr
index 51fdac064ce..4afe5b5d5e0 100644
--- a/src/test/ui/feature-gate-exhaustive-patterns.stderr
+++ b/src/test/ui/feature-gate-exhaustive-patterns.stderr
@@ -6,4 +6,4 @@ 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"
+For more information about this error, try `rustc --explain E0005`.