Skip to content

Commit

Permalink
Clean up E0644 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 6, 2020
1 parent 680a4b2 commit 392c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0644.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A closure or generator was constructed that references its own type.

Erroneous example:
Erroneous code example:

```compile_fail,E0644
fn fix<F>(f: &F)
Expand Down

0 comments on commit 392c6f4

Please sign in to comment.