We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e2e70 commit ccd218dCopy full SHA for ccd218d
compiler/rustc_typeck/src/check/fn_ctxt.rs
@@ -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
+
6
use super::callee::{self, DeferredCallResolution};
7
use super::coercion::{CoerceMany, DynamicCoerceMany};
8
use super::method::{self, MethodCallee, SelfSource};
0 commit comments