]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/doc_keyword.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / doc_keyword.stderr
diff --git a/src/test/ui/doc_keyword.stderr b/src/test/ui/doc_keyword.stderr
deleted file mode 100644 (file)
index d72a876..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-error: `#[doc(keyword = "...")]` can only be used on empty modules
-  --> $DIR/doc_keyword.rs:6:7
-   |
-LL | #[doc(keyword = "hell")]
-   |       ^^^^^^^^^^^^^^^^
-
-error: `#[doc(keyword = "...")]` can only be used on modules
-  --> $DIR/doc_keyword.rs:11:7
-   |
-LL | #[doc(keyword = "hall")]
-   |       ^^^^^^^^^^^^^^^^
-
-error: `#![doc(keyword = "...")]` isn't allowed as a crate level attribute
-  --> $DIR/doc_keyword.rs:4:8
-   |
-LL | #![doc(keyword = "hello")]
-   |        ^^^^^^^^^^^^^^^^^
-
-error: aborting due to 3 previous errors
-