]> git.lizzy.rs Git - rust.git/commitdiff
Clean up E0647 explanation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 8 Jun 2020 11:02:23 +0000 (13:02 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 8 Jun 2020 11:02:59 +0000 (13:02 +0200)
src/librustc_error_codes/error_codes/E0647.md

index 131db38c00d2e8894644dcb90b0f24128b169402..8ca6e777f301da4d21b1750a07b802f8d47ab946 100644 (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