We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef2df1 commit 1a3141cCopy full SHA for 1a3141c
src/librustc_ast_pretty/lib.rs
@@ -1,5 +1,6 @@
1
#![feature(bool_to_option)]
2
#![feature(crate_visibility_modifier)]
3
+#![recursion_limit = "256"]
4
5
mod helpers;
6
pub mod pp;
0 commit comments