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.
2 parents c3d550c + 9d50635 commit d10a0afCopy full SHA for d10a0af
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