1
Fork 0

Clean up E0701 explanation

This commit is contained in:
Guillaume Gomez 2020-06-24 13:19:06 +02:00
parent 228a0ed7b0
commit 65becefd4a

View file

@ -1,7 +1,7 @@
This error indicates that a `#[non_exhaustive]` attribute was incorrectly placed
on something other than a struct or enum.
Examples of erroneous code:
Erroneous code example:
```compile_fail,E0701
#[non_exhaustive]