summaryrefslogtreecommitdiffstats
path: root/tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs')
-rw-r--r--tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs b/tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs
deleted file mode 100644
index 7783dc40f..000000000
--- a/tests/ui-fulldeps/internal-lints/existing_doc_keyword.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-// compile-flags: -Z unstable-options
-
-#![feature(rustc_private)]
-#![feature(rustdoc_internals)]
-
-#![crate_type = "lib"]
-
-#![deny(rustc::existing_doc_keyword)]
-
-#[doc(keyword = "tadam")] //~ ERROR
-mod tadam {}