Skip to content

Commit

Permalink
Increase macro recursion limit to 1024 Fixes #22552
Browse files Browse the repository at this point in the history
  • Loading branch information
sirideain committed May 1, 2017
1 parent 8f74f95 commit 3008f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/ext/expand.rs
Expand Up @@ -1038,7 +1038,7 @@ impl<'feat> ExpansionConfig<'feat> {
ExpansionConfig {
crate_name: crate_name,
features: None,
recursion_limit: 64,
recursion_limit: 1024,
trace_mac: false,
should_test: false,
single_step: false,
Expand Down

0 comments on commit 3008f53

Please sign in to comment.