bors[bot] b5b4a1f23d
Merge #8692
8692: Fix panic caused by new Try trait definition r=flodiebold a=flodiebold

The new Try trait definition caused a query cycle for us. This adds recovery for that cycle, but also fixes the cause, which is that we went through the supertraits when resolving `<T as Trait>::Assoc`, which isn't actually necessary. I also rewrote `all_super_trait_refs` to an iterator before I realized what the actual problem was, so I kept that.

Fixes #8686.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2021-04-30 09:07:24 +00:00
..
2021-04-19 12:26:04 -07:00
2021-04-30 11:55:59 +03:00
2021-04-21 18:10:25 +02:00
2021-04-19 18:03:56 +00:00
2021-04-30 11:55:59 +03:00
2021-04-30 11:55:59 +03:00
2021-04-30 11:52:31 +03:00
2021-04-29 03:07:53 +02:00
2021-04-26 19:30:50 +03:00
2021-04-29 03:07:53 +02:00