fix example more

This commit is contained in:
Niko Matsakis 2017-11-20 16:53:48 -05:00
parent 9af5a068a5
commit b9c766ccc0

View file

@ -1974,7 +1974,7 @@ A closure or generator was constructed that references its own type.
Erroneous example:
```rust
```compile-fail,E0644
fn fix<F>(f: &F)
where F: Fn(&F)
{