fix example more
This commit is contained in:
parent
9af5a068a5
commit
b9c766ccc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue