flip1995 bca3d8a6b5 Track if a where bound comes from a impl Trait desugar
With #93803 `impl Trait` function arguments get desugared to hidden
where bounds. However, Clippy needs to know if a bound was originally a
impl Trait or an actual bound. This adds a field to the
`WhereBoundPredicate` struct to keep track of this information during
HIR lowering.
2022-05-07 17:10:30 +02:00
..
2022-01-23 19:31:32 +08:00
2022-01-23 19:31:32 +08:00
2022-03-11 13:31:24 +11:00
2022-03-11 13:31:24 +11:00
2022-03-11 13:31:24 +11:00
2022-01-23 19:31:32 +08:00
2022-01-23 19:31:32 +08:00
2022-03-11 13:31:24 +11:00
2022-03-11 13:31:24 +11:00
2022-04-23 09:59:24 +02:00
2022-03-11 13:31:24 +11:00
2022-04-23 09:56:15 +02:00
2022-03-11 13:31:24 +11:00
2022-01-23 19:31:32 +08:00
2022-01-23 19:31:32 +08:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:19:59 +11:00
2022-03-11 13:31:24 +11:00
2022-01-15 01:16:55 +00:00
2022-01-23 19:31:32 +08:00
2022-02-15 16:03:24 +11:00
2022-03-11 13:31:24 +11:00
2022-01-16 16:02:36 -06:00
2022-02-15 16:03:24 +11:00
2022-03-11 13:31:24 +11:00
2022-03-11 13:31:24 +11:00
2022-01-23 19:31:32 +08:00
2022-01-23 19:31:32 +08:00
2022-01-23 19:31:32 +08:00
2022-03-25 15:05:27 +01:00
2022-01-16 16:02:36 -06:00
2022-04-30 13:51:49 +02:00
2022-04-14 23:42:15 +03:00
2022-01-23 19:31:32 +08:00
2022-03-11 13:31:24 +11:00
2022-04-23 09:53:45 +02:00
2022-03-15 02:00:08 +01:00
2022-04-23 09:59:24 +02:00