wip test
This commit is contained in:
parent
0715616b51
commit
87eafe82e8
@ -0,0 +1,12 @@
|
||||
// edition:2018
|
||||
#![allow(deprecated)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
extern crate rustc_serialize;
|
||||
|
||||
#[derive(RustcDecodable, RustcEncodable)]
|
||||
struct ArbitraryTestType {
|
||||
|
||||
}
|
||||
|
||||
fn main() {}
|
Loading…
x
Reference in New Issue
Block a user