We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7d614 + c3895f7 commit a258c97Copy full SHA for a258c97
src/attributes/limits.md
@@ -9,7 +9,7 @@ maximum depth for potentially infinitely-recursive compile-time operations
9
like macro expansion or auto-dereference. It uses the [_MetaNameValueStr_]
10
syntax to specify the recursion depth.
11
12
-> Note: The default in `rustc` is 64.
+> Note: The default in `rustc` is 128.
13
14
```rust,compile_fail
15
#![recursion_limit = "4"]
0 commit comments