Removed deprected ui/enum-representation/internally-tagged-struct test
This commit is contained in:
parent
414fd694c0
commit
8aa5c2b45d
@ -1,8 +0,0 @@
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[serde(tag = "type")]
|
||||
struct S;
|
||||
|
||||
fn main() {}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user