Skip to content

Commit

Permalink
increase macro recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
arielb1 committed May 28, 2017
1 parent 162bc51 commit 6adfbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#![cfg_attr(stage0, feature(staged_api))]
#![cfg_attr(stage0, feature(loop_break_value))]

#![recursion_limit="128"]
#![recursion_limit="192"]

extern crate arena;
extern crate core;
Expand Down

0 comments on commit 6adfbaf

Please sign in to comment.