Skip to content

Commit 67c29ed

Browse files
committed
lowering: add recursion_limit = 256
1 parent b2c6eeb commit 67c29ed

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_ast_lowering

1 file changed

+1
-0
lines changed

src/librustc_ast_lowering/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
3333
#![feature(array_value_iter)]
3434
#![feature(crate_visibility_modifier)]
35+
#![recursion_limit = "256"]
3536

3637
use rustc::arena::Arena;
3738
use rustc::dep_graph::DepGraph;

0 commit comments

Comments
 (0)