Skip to content

Commit fb99d87

Browse files
committed
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!
1 parent e97fc52 commit fb99d87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/ui/resolve/token-error-correct-3.stderr

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ error[E0308]: mismatched types
3636
|
3737
= note: expected type `()`
3838
found type `std::result::Result<bool, std::io::Error>`
39-
= help: here are some functions which might fulfill your needs:
40-
- .unwrap()
41-
- .unwrap_err()
42-
- .unwrap_or_default()
4339

4440
error: aborting due to previous error
4541

0 commit comments

Comments
 (0)