From ccd218d04ce5124de69716316ff72b9356a00cb8 Mon Sep 17 00:00:00 2001 From: Nicholas-Baron Date: Mon, 21 Sep 2020 09:16:55 -0700 Subject: [PATCH] Added back the '// ignore-file-length' with an explanation --- compiler/rustc_typeck/src/check/fn_ctxt.rs | 5 +++++ 1 file changed, 5 insertions(+) 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};