We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b514c42 commit b2f7a95Copy full SHA for b2f7a95
src/librustc_hir_pretty/lib.rs
@@ -1,3 +1,5 @@
1
+#![recursion_limit = "256"]
2
+
3
use rustc_ast::ast;
4
use rustc_ast::util::parser::{self, AssocOp, Fixity};
5
use rustc_ast_pretty::pp::Breaks::{Consistent, Inconsistent};
0 commit comments