We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fb7765 + 65becef commit 8c5d794Copy full SHA for 8c5d794
src/librustc_error_codes/error_codes/E0701.md
@@ -1,7 +1,7 @@
1
This error indicates that a `#[non_exhaustive]` attribute was incorrectly placed
2
on something other than a struct or enum.
3
4
-Examples of erroneous code:
+Erroneous code example:
5
6
```compile_fail,E0701
7
#[non_exhaustive]
0 commit comments