]> git.lizzy.rs Git - rust.git/commit
rustc_hir_typeck: fix paths and partially mv files
authorlcnr <rust@lcnr.de>
Thu, 20 Oct 2022 15:51:37 +0000 (17:51 +0200)
committerlcnr <rust@lcnr.de>
Thu, 20 Oct 2022 15:53:14 +0000 (17:53 +0200)
commitfb3ab13a1c997d46ecf4b962a5eabf255e91404a
tree89c1ae604f8d72987128eae95f66a3291f187e41
parentf468a90bade063eecb086599a58fa306d2079094
rustc_hir_typeck: fix paths and partially mv files
39 files changed:
Cargo.lock
compiler/rustc_hir_analysis/src/astconv/mod.rs
compiler/rustc_hir_analysis/src/check/check.rs
compiler/rustc_hir_analysis/src/check/intrinsicck.rs
compiler/rustc_hir_analysis/src/check/mod.rs
compiler/rustc_hir_analysis/src/errors.rs
compiler/rustc_hir_analysis/src/lib.rs
compiler/rustc_hir_typeck/Cargo.toml [new file with mode: 0644]
compiler/rustc_hir_typeck/src/_match.rs
compiler/rustc_hir_typeck/src/callee.rs
compiler/rustc_hir_typeck/src/cast.rs
compiler/rustc_hir_typeck/src/check.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/closure.rs
compiler/rustc_hir_typeck/src/coercion.rs
compiler/rustc_hir_typeck/src/demand.rs
compiler/rustc_hir_typeck/src/errors.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/expr.rs
compiler/rustc_hir_typeck/src/expr_use_visitor.rs
compiler/rustc_hir_typeck/src/fallback.rs
compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs
compiler/rustc_hir_typeck/src/fn_ctxt/checks.rs
compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs
compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs
compiler/rustc_hir_typeck/src/gather_locals.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/mod.rs
compiler/rustc_hir_typeck/src/generator_interior/drop_ranges/record_consumed_borrow.rs
compiler/rustc_hir_typeck/src/intrinsicck.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/lib.rs [new file with mode: 0644]
compiler/rustc_hir_typeck/src/method/confirm.rs
compiler/rustc_hir_typeck/src/method/mod.rs
compiler/rustc_hir_typeck/src/method/prelude2021.rs
compiler/rustc_hir_typeck/src/method/probe.rs
compiler/rustc_hir_typeck/src/method/suggest.rs
compiler/rustc_hir_typeck/src/op.rs
compiler/rustc_hir_typeck/src/pat.rs
compiler/rustc_hir_typeck/src/place_op.rs
compiler/rustc_hir_typeck/src/writeback.rs
compiler/rustc_interface/Cargo.toml
compiler/rustc_interface/src/passes.rs