Skip to content

Commit

Permalink
Rollup merge of #72731 - GuillaumeGomez:cleanup-e0619, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add missing empty line in E0619 explanation

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC authored May 29, 2020
2 parents 510793b + 12c03db commit 180a92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_error_codes/error_codes/E0619.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#### Note: this error code is no longer emitted by the compiler.

The type-checker needed to know the type of an expression, but that type had not
yet been inferred.

Expand Down

0 comments on commit 180a92c

Please sign in to comment.