Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3895f7

Browse files
authoredJul 10, 2019
Update recursion_limit default limit
1 parent c0c912d commit c3895f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/attributes/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maximum depth for potentially infinitely-recursive compile-time operations
99
like macro expansion or auto-dereference. It uses the [_MetaNameValueStr_]
1010
syntax to specify the recursion depth.
1111

12-
> Note: The default in `rustc` is 64.
12+
> Note: The default in `rustc` is 128.
1313
1414
```rust,compile_fail
1515
#![recursion_limit = "4"]

0 commit comments

Comments
 (0)
Please sign in to comment.