]> git.lizzy.rs Git - rust.git/commit
Use map_bound(_ref) instead of Binder::bind when possible
authorJack Huey <jack.huey@umassmed.edu>
Thu, 8 Oct 2020 00:02:06 +0000 (20:02 -0400)
committerJack Huey <jack.huey@umassmed.edu>
Fri, 16 Oct 2020 16:58:50 +0000 (12:58 -0400)
commitdd5c9bf1392bdc697740e62a1924b7942cdfd86a
treed98fd43351d17cd47664b76ec663a250f534cc23
parenta78a62fc996ba16f7a111c99520b23f77029f4eb
Use map_bound(_ref) instead of Binder::bind when possible
24 files changed:
compiler/rustc_codegen_llvm/src/intrinsic.rs
compiler/rustc_infer/src/infer/combine.rs
compiler/rustc_infer/src/infer/nll_relate/mod.rs
compiler/rustc_infer/src/traits/util.rs
compiler/rustc_middle/src/ty/_match.rs
compiler/rustc_middle/src/ty/print/pretty.rs
compiler/rustc_middle/src/ty/structural_impls.rs
compiler/rustc_middle/src/ty/sty.rs
compiler/rustc_trait_selection/src/traits/auto_trait.rs
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
compiler/rustc_trait_selection/src/traits/fulfill.rs
compiler/rustc_trait_selection/src/traits/project.rs
compiler/rustc_trait_selection/src/traits/select/mod.rs
compiler/rustc_traits/src/chalk/lowering.rs
compiler/rustc_typeck/src/astconv/mod.rs
compiler/rustc_typeck/src/check/closure.rs
compiler/rustc_typeck/src/check/coercion.rs
compiler/rustc_typeck/src/check/dropck.rs
compiler/rustc_typeck/src/check/intrinsic.rs
compiler/rustc_typeck/src/check/method/probe.rs
compiler/rustc_typeck/src/check/method/suggest.rs
compiler/rustc_typeck/src/check/mod.rs
compiler/rustc_typeck/src/lib.rs
src/librustdoc/clean/auto_trait.rs