Skip to content

Commit f615582

Browse files
Clean up E0647 explanation
1 parent 680a4b2 commit f615582

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)