X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir_typeck%2Fsrc%2Ffn_ctxt%2Fmod.rs;h=1e14eddd4c86ef511732e116a9dfeafe69b2ba8e;hb=6d225bb0804e333aa411acce45de4230845bcf2b;hp=4940015ddd571811d90137ce5dd33a69cd6ba08f;hpb=2fdb3559c47fbd2e9b959ce2080dc5eeec2554a9;p=rust.git diff --git a/compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs b/compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs index 4940015ddd5..1e14eddd4c8 100644 --- a/compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs +++ b/compiler/rustc_hir_typeck/src/fn_ctxt/mod.rs @@ -1,4 +1,5 @@ mod _impl; +mod adjust_fulfillment_errors; mod arg_matrix; mod checks; mod suggestions;