We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a278c96 commit 03b515aCopy full SHA for 03b515a
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