Tomasz Miąsko e9677105bf try_err: Consider Try impl for Poll when generating suggestions
There are two different implementation of Try trait for Poll type;
Poll<Result<T, E>> and Poll<Option<Result<T, E>>>. Take them into
account when generating suggestions.

For example, for Err(e)? suggest either return Poll::Ready(Err(e)) or
return Poll::Ready(Some(Err(e))) as appropriate.
2020-08-03 20:48:18 +02:00
..
2020-07-10 07:39:28 -04:00
2020-01-07 18:38:12 +09:00
2020-07-06 18:25:20 +02:00
2020-07-14 09:20:19 -07:00
2020-07-10 07:39:28 -04:00
2020-07-17 01:58:41 +02:00
2020-07-03 16:47:38 -07:00
2020-07-03 16:47:38 -07:00
2020-07-17 01:58:41 +02:00
2020-07-10 17:23:03 +02:00
2020-07-07 23:13:39 +09:00
2020-07-07 23:13:39 +09:00
2020-07-07 23:13:39 +09:00