about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui-fulldeps/rustc-encodable-stability.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/ui-fulldeps/rustc-encodable-stability.rs b/src/test/ui-fulldeps/rustc-encodable-stability.rs
deleted file mode 100644
index 072b9387119..00000000000
--- a/src/test/ui-fulldeps/rustc-encodable-stability.rs
+++ /dev/null
@@ -1,12 +0,0 @@
-// edition:2018
-#![allow(deprecated)]
-#![feature(rustc_private)]
-
-extern crate rustc_serialize;
-
-#[derive(RustcDecodable, RustcEncodable)]
-struct ArbitraryTestType {
-
-}
-
-fn main() {}