Skip to content

Commit

Permalink
fix example more
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Nov 20, 2017
1 parent 9af5a06 commit b9c766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b9c766c

Please sign in to comment.