We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e2917 commit ef35980Copy full SHA for ef35980
src/librustc_error_codes/error_codes/E0069.md
@@ -1,5 +1,7 @@
1
The compiler found a function whose body contains a `return;` statement but
2
-whose return type is not `()`. An example of this is:
+whose return type is not `()`.
3
+
4
+Erroneous code example:
5
6
```compile_fail,E0069
7
// error
0 commit comments