Added ui tests, Limited serde(tag = "...") to structs with named field

Added ui test struct-representation/internally-tagged-unit
Added ui test struct-representation/internally-tagged-tuple
    
Limited the serde(tag = "...") to enums and structs with named field
This commit is contained in:
Johannes Willbold
2018-12-27 23:01:03 +01:00
parent 9e53405f43
commit 2359417804
6 changed files with 56 additions and 4 deletions
-1
View File
@@ -1411,7 +1411,6 @@ fn test_internally_tagged_struct() {
Token::StructEnd,
],
);
}
#[test]