Skip to content

Commit 4ac3efa

Browse files
authored
Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPC
Clean up E0647 explanation r? @Dylan-DPC
2 parents 95479d4 + f615582 commit 4ac3efa

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/librustc_error_codes/error_codes/E0647.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
It is not possible to define `start` with a where clause.
1+
The `start` function was defined with a where clause.
2+
23
Erroneous code example:
34

45
```compile_fail,E0647

0 commit comments

Comments
 (0)