Skip to content

Commit

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

Clean up E0646

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC committed Jun 7, 2020
2 parents f8231df + af68249 commit eb31879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_error_codes/error_codes/E0646.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
It is not possible to define `main` with a where clause.

Erroneous code example:

```compile_fail,E0646
Expand Down

0 comments on commit eb31879

Please sign in to comment.