mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 10:38:02 +00:00
Add main function to ui tests without main
These emit a new error not relevant to Serde as of nightly-2018-12-29.
This commit is contained in:
@@ -6,3 +6,5 @@ extern crate serde_derive;
|
||||
enum E {
|
||||
S { f: u8 },
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user