Skip to content

Commit

Permalink
update UI test
Browse files Browse the repository at this point in the history
We no longer give suggestions; this is presumably related to the changes
I made in coercion. However, those suggestions appear to be wrong
anyhow!
  • Loading branch information
nikomatsakis committed Mar 30, 2017
1 parent e97fc52 commit fb99d87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/ui/resolve/token-error-correct-3.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb99d87

Please sign in to comment.