about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2022-05-05 15:50:11 +0100
committerflip1995 <hello@philkrones.com>2022-05-07 17:10:30 +0200
commitdd1ff405e3a059836ffceee8490a630c4b9078d3 (patch)
treed994868b2fe3be60bd391d6e61b7e45f868e4758 /compiler/rustc_codegen_llvm/src
parentf47d2b3ad6e0021085cb24de6f31e50cee0d0cfe (diff)
downloadrust-dd1ff405e3a059836ffceee8490a630c4b9078d3.tar.gz
rust-dd1ff405e3a059836ffceee8490a630c4b9078d3.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions