Skip to content

Commit

Permalink
Rollup merge of rust-lang#73057 - GuillaumeGomez:cleanup-e0644, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Clean up E0644 explanation

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC authored Jun 7, 2020
2 parents 101e593 + 392c6f4 commit 71230e1
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 71230e1

Please sign in to comment.