We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 665520f + 91c0b81 commit a1dcdbfCopy full SHA for a1dcdbf
src/trait-bounds.md
@@ -123,8 +123,8 @@ fn call_on_ref_zero<F>(f: F) where for<'a> F: Fn(&'a i32) {
123
```
124
125
Higher-ranked lifetimes may also be specified just before the trait, the only
126
-end of the following trait instead of the whole bound. This function is
127
difference is the scope of the lifetime parameter, which extends only to the
+end of the following trait instead of the whole bound. This function is
128
equivalent to the last one.
129
130
```rust
0 commit comments