rustc_hir_pretty: bump recursion_limit
This commit is contained in:
parent
b514c42e7b
commit
b2f7a9502b
1 changed files with 2 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue