bors[bot] 62bc753f8b
Merge #7732
7732: Don't lower TypeBound::Lifetime as GenericPredicate::Error r=flodiebold a=Veykril

Basically we just discard the typebound for now instead when lowering to `GenericPredicate`. I think this shouldn't have any other side effects?

Fixes #7683(hopefully for real this time)

I also played around with introducing `GenericPredicate::LifetimeOutlives` and `GenericPredicate::TypeOutlives`(see b9d6904845) but that won't fix this issue(at least not for now) due to lifetime predicate mismatches when resolving methods so I figure this is a good way to fix it for now.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-02-20 20:17:14 +00:00
..
2021-01-03 14:43:29 +01:00
2021-02-11 19:52:33 +01:00
2021-02-20 20:17:14 +00:00
2021-02-15 18:33:12 +01:00
2021-01-22 15:38:33 +01:00
2021-02-05 16:57:26 +01:00
2021-01-27 12:39:19 +03:00
2021-02-20 14:59:05 -05:00
.
2021-01-20 01:56:11 +03:00
2021-02-05 16:09:45 +01:00
2021-02-09 21:52:34 +03:00
2021-01-05 02:00:46 +08:00
2021-02-12 16:31:16 +01:00