wip test
This commit is contained in:
parent
0715616b51
commit
87eafe82e8
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
// edition:2018
|
||||
#![allow(deprecated)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
extern crate rustc_serialize;
|
||||
|
||||
#[derive(RustcDecodable, RustcEncodable)]
|
||||
struct ArbitraryTestType {
|
||||
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue