about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-04-20 22:32:47 +0100
committervarkor <github@varkor.com>2019-04-20 22:32:47 +0100
commitee496057a5ba9f006bfad77b2c64603deb6c2450 (patch)
treec810eae849df3f1910c68fceaead575b4151ccc5 /src/test
parent98c71c36d693c5643309baaa06eea70015c01029 (diff)
downloadrust-ee496057a5ba9f006bfad77b2c64603deb6c2450.tar.gz
rust-ee496057a5ba9f006bfad77b2c64603deb6c2450.zip
Update error message in test
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/feature-gates/feature-gate-async-await.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-async-await.stderr b/src/test/ui/feature-gates/feature-gate-async-await.stderr
index 3f6731f47df..1fa21f52045 100644
--- a/src/test/ui/feature-gates/feature-gate-async-await.stderr
+++ b/src/test/ui/feature-gates/feature-gate-async-await.stderr
@@ -51,5 +51,4 @@ LL |     let _ = async || {};
 
 error: aborting due to 6 previous errors
 
-Some errors occurred: E0658, E0706.
-For more information about an error, try `rustc --explain E0658`.
+For more information about this error, try `rustc --explain E0658`.