We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d550c commit 9d50635Copy full SHA for 9d50635
src/attributes/limits.md
@@ -30,7 +30,7 @@ a!{}
30
#![recursion_limit = "1"]
31
32
// This fails because it requires two recursive steps to auto-derefence.
33
-(|_: &u8| {})(&&1);
+(|_: &u8| {})(&&&1);
34
```
35
36
## The `type_length_limit` attribute
0 commit comments