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:
David Tolnay
2018-12-29 00:16:22 -05:00
parent eb7250792b
commit e49b6c708b
6 changed files with 12 additions and 0 deletions
@@ -6,3 +6,5 @@ struct S {
string: String,
slice: [u8],
}
fn main() {}