Skip to content

Commit 71230e1

Browse files
authored
Rollup merge of #73057 - GuillaumeGomez:cleanup-e0644, r=Dylan-DPC
Clean up E0644 explanation r? @Dylan-DPC
2 parents 101e593 + 392c6f4 commit 71230e1

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0644.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A closure or generator was constructed that references its own type.
22

3-
Erroneous example:
3+
Erroneous code example:
44

55
```compile_fail,E0644
66
fn fix<F>(f: &F)

0 commit comments

Comments
 (0)