Tyler Mandry
5c14433c00
Fix incorrect Box::pin suggestion
...
The suggestion checked if Pin<Box<T>> could be coeerced to the expected
type, but did not check predicates created by the coercion. We now
look for predicates that definitely cannot be satisfied before giving
the suggestion.
The suggestion is marked MaybeIncorrect because we allow predicates that
are still ambiguous and can't be proven.
2021-10-13 23:26:00 +00:00
..
2021-10-10 15:38:19 +02:00
2021-10-08 19:32:16 +03:00
2021-10-09 11:56:00 +02:00
2021-10-05 18:04:15 +02:00
2021-10-03 16:08:50 +02:00
2021-10-11 23:45:49 +02:00
2021-10-08 22:30:40 +02:00
2021-10-08 09:04:06 +00:00
2021-10-11 04:31:47 +00:00
2021-10-12 11:55:45 +02:00
2021-10-11 04:31:47 +00:00
2021-10-08 09:04:06 +00:00
2021-10-10 16:32:16 +02:00
2021-10-10 19:59:36 +01:00
2021-10-12 13:10:12 -07:00
2021-10-07 10:48:48 -07:00
2021-09-28 22:17:13 +02:00
2021-10-10 18:22:19 +02:00
2021-10-10 15:38:19 +02:00
2021-10-09 11:56:00 +02:00
2021-09-29 23:16:47 +02:00
2021-09-29 23:16:47 +02:00
2021-10-12 14:47:52 +02:00
2021-10-10 15:59:28 +00:00
2021-10-06 19:36:52 +00:00
2021-10-10 15:38:19 +02:00
2021-10-11 09:46:27 +02:00
2021-10-08 17:40:39 -04:00
2021-10-07 20:26:11 -07:00
2021-10-10 15:38:19 +02:00
2021-10-12 13:10:11 -07:00
2021-10-12 08:22:25 -04:00
2021-10-12 08:22:25 -04:00
2021-10-07 11:29:47 -07:00
2021-10-08 20:07:44 +02:00
2021-09-29 23:16:47 +02:00
2021-10-07 22:31:33 +02:00
2021-10-11 18:19:54 +01:00
2021-10-03 16:08:51 +02:00
2021-10-02 10:52:09 +00:00
2021-10-11 16:33:49 -04:00
2021-10-11 16:33:49 -04:00
2021-10-08 19:32:16 +03:00
2021-10-05 09:45:11 +00:00
2021-10-10 15:38:19 +02:00
2021-10-07 20:26:14 -07:00
2021-10-11 09:46:27 +02:00
2021-10-03 16:08:54 +02:00
2021-10-06 14:33:13 +00:00
2021-10-11 20:52:36 +01:00
2021-10-08 20:07:44 +02:00
2021-10-02 19:09:18 +02:00
2021-10-03 12:43:43 -04:00
2021-10-13 23:26:00 +00:00