]> git.lizzy.rs Git - rust.git/commit
Made a submodule for fn_ctxt
authorNicholas-Baron <nicholas.baron.ten@gmail.com>
Mon, 12 Oct 2020 18:57:29 +0000 (11:57 -0700)
committerNicholas-Baron <nicholas.baron.ten@gmail.com>
Mon, 12 Oct 2020 19:18:24 +0000 (12:18 -0700)
commitce7c73c5a58017fb84b97bda4a87bae0f831f6ea
tree0bf2a7164feb5bf5e7af10d23c9e667797f6bf1f
parent84878794edf0d60248be578943f9edbb5c0174ab
Made a submodule for fn_ctxt
compiler/rustc_typeck/src/check/fn_ctxt.rs [deleted file]
compiler/rustc_typeck/src/check/fn_ctxt/_impl.rs [new file with mode: 0644]
compiler/rustc_typeck/src/check/fn_ctxt/checks.rs [new file with mode: 0644]
compiler/rustc_typeck/src/check/fn_ctxt/mod.rs [new file with mode: 0644]
compiler/rustc_typeck/src/check/fn_ctxt/suggestions.rs [new file with mode: 0644]
compiler/rustc_typeck/src/check/fn_ctxt_checks.rs [deleted file]
compiler/rustc_typeck/src/check/fn_ctxt_impl.rs [deleted file]
compiler/rustc_typeck/src/check/fn_ctxt_suggestions.rs [deleted file]
compiler/rustc_typeck/src/check/mod.rs