We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
astconv
1 parent adbd01e commit 3b1a9d3Copy full SHA for 3b1a9d3
src/librustc_typeck/astconv.rs
@@ -3,6 +3,8 @@
3
//! The main routine here is `ast_ty_to_ty()`; each use is parameterized by an
4
//! instance of `AstConv`.
5
6
+// ignore-tidy-filelength
7
+
8
use crate::collect::PlaceholderHirTyCollector;
9
use crate::lint;
10
use crate::middle::lang_items::SizedTraitLangItem;
0 commit comments