summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/doc-spotlight.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-ui/doc-spotlight.fixed')
-rw-r--r--src/test/rustdoc-ui/doc-spotlight.fixed8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/rustdoc-ui/doc-spotlight.fixed b/src/test/rustdoc-ui/doc-spotlight.fixed
deleted file mode 100644
index 4b58778ea..000000000
--- a/src/test/rustdoc-ui/doc-spotlight.fixed
+++ /dev/null
@@ -1,8 +0,0 @@
-// run-rustfix
-#![deny(warnings)]
-#![feature(doc_notable_trait)]
-
-#[doc(notable_trait)]
-//~^ ERROR unknown `doc` attribute `spotlight`
-//~| WARN this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
-trait MyTrait {}