This commit is contained in:
Jane Losare-Lusby 2022-07-07 18:50:28 +00:00
parent 0715616b51
commit 87eafe82e8

View File

@ -0,0 +1,12 @@
// edition:2018
#![allow(deprecated)]
#![feature(rustc_private)]
extern crate rustc_serialize;
#[derive(RustcDecodable, RustcEncodable)]
struct ArbitraryTestType {
}
fn main() {}