Improve error messages related to transparent

This commit is contained in:
David Tolnay
2018-05-20 15:09:51 -07:00
parent 1335f85213
commit ac1b25e91d
6 changed files with 74 additions and 71 deletions
+6
View File
@@ -14,3 +14,9 @@ pub use self::ctxt::Ctxt;
mod case;
mod check;
#[derive(Copy, Clone)]
pub enum Derive {
Serialize,
Deserialize,
}