]> git.lizzy.rs Git - rust.git/commit
Move autoderef to rustc_hir_analysis
authorMichael Goulet <michael@errs.io>
Tue, 27 Dec 2022 00:39:36 +0000 (00:39 +0000)
committerMichael Goulet <michael@errs.io>
Wed, 11 Jan 2023 20:12:57 +0000 (20:12 +0000)
commitc8334ce60cce9571fcfdea31a3e67e3933fb7665
tree1f63730aeb8a6734ac3aaec57a44238e003a246b
parentef4046e4f3932991971cdb64915172899532aece
Move autoderef to rustc_hir_analysis
17 files changed:
compiler/rustc_error_messages/locales/en-US/hir_analysis.ftl
compiler/rustc_error_messages/locales/en-US/trait_selection.ftl
compiler/rustc_hir_analysis/src/autoderef.rs [new file with mode: 0644]
compiler/rustc_hir_analysis/src/check/wfcheck.rs
compiler/rustc_hir_analysis/src/errors.rs
compiler/rustc_hir_analysis/src/lib.rs
compiler/rustc_hir_typeck/src/autoderef.rs
compiler/rustc_hir_typeck/src/callee.rs
compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs
compiler/rustc_hir_typeck/src/method/probe.rs
compiler/rustc_hir_typeck/src/place_op.rs
compiler/rustc_infer/src/infer/error_reporting/mod.rs
compiler/rustc_infer/src/infer/mod.rs
compiler/rustc_trait_selection/src/autoderef.rs [deleted file]
compiler/rustc_trait_selection/src/errors.rs
compiler/rustc_trait_selection/src/lib.rs
compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs