Skip to content

Commit b2f7a95

Browse files
committed
rustc_hir_pretty: bump recursion_limit
1 parent b514c42 commit b2f7a95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_hir_pretty/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![recursion_limit = "256"]
2+
13
use rustc_ast::ast;
24
use rustc_ast::util::parser::{self, AssocOp, Fixity};
35
use rustc_ast_pretty::pp::Breaks::{Consistent, Inconsistent};

0 commit comments

Comments
 (0)