We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80a113 commit d63dda2Copy full SHA for d63dda2
compiler/rustc_resolve/src/late/lifetimes.rs
@@ -1,4 +1,3 @@
1
-// ignore-tidy-filelength
2
//! Name resolution for lifetimes.
3
//!
4
//! Name resolution for lifetimes follows *much* simpler rules than the
compiler/rustc_typeck/src/collect.rs
@@ -1,3 +1,4 @@
+// ignore-tidy-filelength
//! "Collection" is the process of determining the type and other external
//! details of each item in Rust. Collection is specifically concerned
//! with *inter-procedural* things -- for example, for a function
0 commit comments