Skip to content

Commit

Permalink
pretty: raise recursion_limit = 256
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Feb 1, 2020
1 parent aef2df1 commit 1a3141c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_ast_pretty/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(bool_to_option)]
#![feature(crate_visibility_modifier)]
#![recursion_limit = "256"]

mod helpers;
pub mod pp;
Expand Down

0 comments on commit 1a3141c

Please sign in to comment.