about summary refs log tree commit diff
path: root/src/test/ui/reachable
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-03-03 15:59:40 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-03-14 00:53:24 +0100
commit2e104a77cfb6b83f725512210c88dc970426a354 (patch)
treea742fc6c158c6492cfd2b76d56a0671221be2740 /src/test/ui/reachable
parent8c75e18e5d23ea88914a8e276037980e96866c76 (diff)
downloadrust-2e104a77cfb6b83f725512210c88dc970426a354.tar.gz
rust-2e104a77cfb6b83f725512210c88dc970426a354.zip
update tests
Diffstat (limited to 'src/test/ui/reachable')
-rw-r--r--src/test/ui/reachable/expr_unary.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/reachable/expr_unary.stderr b/src/test/ui/reachable/expr_unary.stderr
index beb0f556292..b09721e5957 100644
--- a/src/test/ui/reachable/expr_unary.stderr
+++ b/src/test/ui/reachable/expr_unary.stderr
@@ -32,4 +32,4 @@ LL |     let x: ! = ! { return; 22 }; //~ ERROR unreachable
 
 error: aborting due to 3 previous errors
 
-If you want more information on this error, try using "rustc --explain E0600"
+For more information about this error, try `rustc --explain E0600`.