Skip to content

Commit ccd218d

Browse files
Added back the '// ignore-file-length' with an explanation
1 parent 99e2e70 commit ccd218d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compiler/rustc_typeck/src/check/fn_ctxt.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// ignore-tidy-filelength
2+
// FIXME: This file seems to have too much functionality wrapped into it,
3+
// leading to it being too long.
4+
// Splitting this file may involve abstracting functionality into other files.
5+
16
use super::callee::{self, DeferredCallResolution};
27
use super::coercion::{CoerceMany, DynamicCoerceMany};
38
use super::method::{self, MethodCallee, SelfSource};

0 commit comments

Comments
 (0)