about summary refs log tree commit diff
path: root/src/test/ui/impl-trait
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-03-15 16:13:47 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-03-16 11:52:46 +0100
commitb1d872b38eaacefbef73faa6a4a0c07622a8c941 (patch)
tree1ac251b0d6c126a49d59a1662b63dc2d139f5f29 /src/test/ui/impl-trait
parent910bf840cce1da57b96f7ac15f8b803675bb8a3b (diff)
downloadrust-b1d872b38eaacefbef73faa6a4a0c07622a8c941.tar.gz
rust-b1d872b38eaacefbef73faa6a4a0c07622a8c941.zip
Update tests
Diffstat (limited to 'src/test/ui/impl-trait')
-rw-r--r--src/test/ui/impl-trait/universal_wrong_bounds.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/ui/impl-trait/universal_wrong_bounds.stderr b/src/test/ui/impl-trait/universal_wrong_bounds.stderr
index a02fc1f748f..3cc0bebe816 100644
--- a/src/test/ui/impl-trait/universal_wrong_bounds.stderr
+++ b/src/test/ui/impl-trait/universal_wrong_bounds.stderr
@@ -24,5 +24,7 @@ help: possible candidate is found in another module, you can import it into scop
 LL | use std::fmt::Debug;
    |
 
-error: cannot continue compilation due to previous error
+error: aborting due to 3 previous errors
 
+Some errors occurred: E0405, E0425.
+For more information about an error, try `rustc --explain E0405`.