diff options
| author | Nicholas-Baron <nicholas.baron.ten@gmail.com> | 2020-09-21 09:16:55 -0700 |
|---|---|---|
| committer | Nicholas-Baron <nicholas.baron.ten@gmail.com> | 2020-09-21 09:16:55 -0700 |
| commit | ccd218d04ce5124de69716316ff72b9356a00cb8 (patch) | |
| tree | f712c21436048d1ae586082539a543a24ee69203 | |
| parent | 99e2e7075c0e32644498dd0bb64aae9a76ecfbce (diff) | |
| download | rust-ccd218d04ce5124de69716316ff72b9356a00cb8.tar.gz rust-ccd218d04ce5124de69716316ff72b9356a00cb8.zip | |
Added back the '// ignore-file-length' with an explanation
| -rw-r--r-- | compiler/rustc_typeck/src/check/fn_ctxt.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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}; |
