1
Fork 0
rust/compiler/rustc_lint
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
..
src Track if a where bound comes from a impl Trait desugar 2022-05-07 17:10:30 +02:00
Cargo.toml Remove --extern-location and all associated code 2022-04-15 11:19:06 -07:00