Skip to content

Commit

Permalink
rustc_hir_pretty: bump recursion_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Mar 26, 2020
1 parent b514c42 commit b2f7a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc_hir_pretty/lib.rs
@@ -1,3 +1,5 @@
#![recursion_limit = "256"]

use rustc_ast::ast;
use rustc_ast::util::parser::{self, AssocOp, Fixity};
use rustc_ast_pretty::pp::Breaks::{Consistent, Inconsistent};
Expand Down

0 comments on commit b2f7a95

Please sign in to comment.