summaryrefslogtreecommitdiffstats
path: root/tests/ui/malformed/malformed-plugin-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/malformed/malformed-plugin-2.rs')
-rw-r--r--tests/ui/malformed/malformed-plugin-2.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/malformed/malformed-plugin-2.rs b/tests/ui/malformed/malformed-plugin-2.rs
deleted file mode 100644
index ba80d97a3..000000000
--- a/tests/ui/malformed/malformed-plugin-2.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#![feature(plugin)]
-#![plugin="bleh"] //~ ERROR malformed `plugin` attribute
-//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
-
-fn main() {}