diff --git a/compiler/rustc_typeck/src/check/fn_ctxt.rs b/compiler/rustc_typeck/src/check/fn_ctxt.rs index 2a906f5b6ed..a03b8064b59 100644 --- a/compiler/rustc_typeck/src/check/fn_ctxt.rs +++ b/compiler/rustc_typeck/src/check/fn_ctxt.rs @@ -1,3 +1,8 @@ +// ignore-tidy-filelength +// FIXME: This file seems to have too much functionality wrapped into it, +// leading to it being too long. +// Splitting this file may involve abstracting functionality into other files. + use super::callee::{self, DeferredCallResolution}; use super::coercion::{CoerceMany, DynamicCoerceMany}; use super::method::{self, MethodCallee, SelfSource};