clean up E0321 explanation

This commit is contained in:
Guillaume Gomez 2020-02-20 14:26:43 +01:00
parent dbef35309d
commit a6b5f875c1
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
A cross-crate opt-out trait was implemented on something which wasn't a struct
or enum type. Erroneous code example:
or enum type.
Erroneous code example:
```compile_fail,E0321
#![feature(optin_builtin_traits)]