Skip to content

Commit

Permalink
lowering: add recursion_limit = 256
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Feb 5, 2020
1 parent b2c6eeb commit 67c29ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_ast_lowering/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#![feature(array_value_iter)]
#![feature(crate_visibility_modifier)]
#![recursion_limit = "256"]

use rustc::arena::Arena;
use rustc::dep_graph::DepGraph;
Expand Down

0 comments on commit 67c29ed

Please sign in to comment.