Dylan DPC
a2c2720e09
Rollup merge of #97123 - ricked-twice:issue-96223-clean-fix, r=jackh726
...
Clean fix for #96223
Okay, so here we are (hopefully) 👍
Closes #96223
Thanks a lot to `@jackh726` for your help and explanation 🙏
- Modified `InferCtxt::mk_trait_obligation_with_new_self_ty` to take as argument a `Binder<(TraitPredicate, Ty)>` instead of a `Binder<TraitPredicate>` and a separate `Ty` with no bound vars.
- Modified all call places to avoid calling `Binder::no_bounds_var` or `Binder::skip_binder` when it is not safe.
r? `@jackh726`
2022-05-18 08:41:18 +02:00
..
2022-05-11 12:43:27 +03:00
2022-05-08 14:10:12 +00:00
2022-05-15 02:45:47 +03:00
2022-05-11 12:43:27 +03:00
2022-05-10 12:07:35 +02:00
2022-05-17 08:41:01 +08:00
2022-05-11 12:43:27 +03:00
2022-05-15 12:32:19 +02:00
2022-05-17 06:34:58 -04:00
2022-05-16 20:15:06 -04:00
2022-05-17 08:41:01 +08:00
2022-05-18 07:41:01 +09:00
2022-05-07 06:30:29 +00:00
2022-05-15 02:45:47 +03:00
2022-05-16 17:16:27 -05:00
2022-05-12 07:21:51 +01:00
2022-05-13 08:48:35 +02:00
2022-05-10 12:07:36 +02:00
2022-05-12 18:31:42 +09:00
2022-05-13 11:46:06 -04:00
2022-05-13 11:46:06 -04:00
2022-05-10 19:27:40 +08:00
2022-05-17 19:01:33 +09:00
2022-05-10 12:07:35 +02:00
2022-05-17 09:39:26 +00:00
2022-05-14 12:31:14 +02:00
2022-05-13 20:14:15 +02:00
2022-05-11 09:14:31 +02:00
2022-05-12 07:21:51 +01:00
2022-05-17 09:39:26 +00:00
2022-05-18 08:41:14 +02:00
2022-05-14 23:53:11 +00:00
2022-05-17 12:01:12 +00:00
2022-05-17 12:01:12 +00:00
2022-05-10 12:07:35 +02:00
2022-05-16 22:23:32 -05:00
2022-05-17 09:39:26 +00:00
2022-05-18 07:40:58 +09:00
2022-05-08 14:37:14 +02:00
2022-05-07 06:30:29 +00:00
2022-05-18 07:40:56 +09:00
2022-05-12 16:34:02 -07:00
2022-05-15 02:45:47 +03:00
2022-05-16 20:15:06 -04:00
2022-05-14 23:53:11 +00:00
2022-05-17 06:48:03 -04:00
2022-05-18 08:41:18 +02:00
2022-05-13 18:27:40 -04:00
2022-05-17 09:39:26 +00:00
2022-05-18 08:41:15 +02:00