about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/mod.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-07-26 13:12:21 +0900
committerGitHub <noreply@github.com>2022-07-26 13:12:21 +0900
commit2744c0ef182c5ba9320c62f2e5f01c076e4fd323 (patch)
tree7967ee12015fb42ce20666168c5c941a62a668c3 /compiler/rustc_codegen_llvm/src/llvm/mod.rs
parentd89e99a805838bb03e6f81a461efcdab8e616aee (diff)
parentaaa9989c2fcf10ab47d89be1ff9887a4fdb8e7b6 (diff)
downloadrust-2744c0ef182c5ba9320c62f2e5f01c076e4fd323.tar.gz
rust-2744c0ef182c5ba9320c62f2e5f01c076e4fd323.zip
Rollup merge of #99615 - compiler-errors:remove-some-explicit-infcx, r=lcnr
Remove some explicit `self.infcx` for `FnCtxt`, which already derefs into `InferCtxt`

The use of `self.infcx.method_on_infcx` vs `self.method_on_infcx` when `self` is a `FnCtxt` is a bit inconsistent, so I'm moving some `self.infcx` usages I found to just use autoderef
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/mod.rs')
0 files changed, 0 insertions, 0 deletions