Removed deprected ui/enum-representation/internally-tagged-struct test

This commit is contained in:
Johannes Willbold 2018-12-27 20:53:08 +01:00
parent 414fd694c0
commit 8aa5c2b45d
2 changed files with 0 additions and 16 deletions

View File

@ -1,8 +0,0 @@
#[macro_use]
extern crate serde_derive;
#[derive(Serialize)]
#[serde(tag = "type")]
struct S;
fn main() {}

View File

@ -1,8 +0,0 @@
error: #[serde(tag = "...")] can only be used on enums
--> $DIR/internally-tagged-struct.rs:6:1
|
6 | struct S;
| ^^^^^^
error: aborting due to previous error