Skip to content

Commit a258c97

Browse files
authored
Merge pull request #633 from rust-lang-nursery/update-recursion_limit
Update recursion_limit default limit
2 parents 8e7d614 + c3895f7 commit a258c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/limits.md

+1-1
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)