remove broken test

This commit is contained in:
Jane Losare-Lusby 2022-07-08 23:22:14 +00:00
parent 7d328fe28b
commit 3e2c5b5f75

View File

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