Skip to content

Commit 87eafe8

Browse files
committed
wip test
1 parent 0715616 commit 87eafe8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// edition:2018
2+
#![allow(deprecated)]
3+
#![feature(rustc_private)]
4+
5+
extern crate rustc_serialize;
6+
7+
#[derive(RustcDecodable, RustcEncodable)]
8+
struct ArbitraryTestType {
9+
10+
}
11+
12+
fn main() {}

0 commit comments

Comments
 (0)