Clean up E0370 explanation

This commit is contained in:
Guillaume Gomez 2020-02-25 13:28:40 +01:00
parent 01a8b5f26e
commit f56042fb3c

View file

@ -1,5 +1,7 @@
The maximum value of an enum was reached, so it cannot be automatically
set in the next enum value. Erroneous code example:
set in the next enum value.
Erroneous code example:
```compile_fail,E0370
#[repr(i64)]