Clean up E0647 explanation

This commit is contained in:
Guillaume Gomez 2020-06-08 13:02:23 +02:00
parent 680a4b2fbd
commit f615582d65

View File

@ -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