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. |
||
|---|---|---|
| .. | ||
| asm.rs | ||
| block.rs | ||
| expr.rs | ||
| index.rs | ||
| item.rs | ||
| lib.rs | ||
| pat.rs | ||
| path.rs | ||