about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2017-03-25 05:30:39 -0400
committerNiko Matsakis <niko@alum.mit.edu>2017-03-30 08:18:02 -0400
commitfb99d87c460c8f35ae8ab9e3694aa34d983dbd9c (patch)
tree136524859fd873402e10a2a14b8d831608b03615 /src
parente97fc5247a1d3e3e223febbbcda15e3439b61c30 (diff)
downloadrust-fb99d87c460c8f35ae8ab9e3694aa34d983dbd9c.tar.gz
rust-fb99d87c460c8f35ae8ab9e3694aa34d983dbd9c.zip
update UI test
We no longer give suggestions; this is presumably related to the changes
I made in coercion. However, those suggestions appear to be wrong
anyhow!
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/resolve/token-error-correct-3.stderr4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/resolve/token-error-correct-3.stderr b/src/test/ui/resolve/token-error-correct-3.stderr
index 56e36889575..5be23d8ca48 100644
--- a/src/test/ui/resolve/token-error-correct-3.stderr
+++ b/src/test/ui/resolve/token-error-correct-3.stderr
@@ -36,10 +36,6 @@ error[E0308]: mismatched types
    |
    = note: expected type `()`
               found type `std::result::Result<bool, std::io::Error>`
-   = help: here are some functions which might fulfill your needs:
-           - .unwrap()
-           - .unwrap_err()
-           - .unwrap_or_default()
 
 error: aborting due to previous error