Files
rust/compiler
flip1995 dd1ff405e3 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-05-04 13:22:08 +02:00
2022-04-29 02:05:20 +01:00
2022-05-04 13:22:08 +02:00
2022-05-04 13:22:08 +02:00
2022-04-30 13:51:49 +02:00
2022-05-01 15:38:22 +03:00
2022-05-04 13:22:08 +02:00
2022-04-18 23:28:06 +02:00
2022-05-04 13:22:08 +02:00
2022-05-04 13:22:08 +02:00
2022-05-04 13:22:08 +02:00