Skip to content

Commit

Permalink
Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0647 explanation

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC authored Jun 9, 2020
2 parents 95479d4 + f615582 commit 4ac3efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_error_codes/error_codes/E0647.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
It is not possible to define `start` with a where clause.
The `start` function was defined with a where clause.

Erroneous code example:

```compile_fail,E0647
Expand Down

0 comments on commit 4ac3efa

Please sign in to comment.