summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/unknown-renamed-lints.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:13 +0000
commit218caa410aa38c29984be31a5229b9fa717560ee (patch)
treec54bd55eeb6e4c508940a30e94c0032fbd45d677 /src/test/rustdoc-ui/unknown-renamed-lints.stderr
parentReleasing progress-linux version 1.67.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-218caa410aa38c29984be31a5229b9fa717560ee.tar.xz
rustc-218caa410aa38c29984be31a5229b9fa717560ee.zip
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/rustdoc-ui/unknown-renamed-lints.stderr')
-rw-r--r--src/test/rustdoc-ui/unknown-renamed-lints.stderr64
1 files changed, 0 insertions, 64 deletions
diff --git a/src/test/rustdoc-ui/unknown-renamed-lints.stderr b/src/test/rustdoc-ui/unknown-renamed-lints.stderr
deleted file mode 100644
index b105f47d7..000000000
--- a/src/test/rustdoc-ui/unknown-renamed-lints.stderr
+++ /dev/null
@@ -1,64 +0,0 @@
-error: unknown lint: `x`
- --> $DIR/unknown-renamed-lints.rs:5:9
- |
-LL | #![deny(x)]
- | ^
- |
-note: the lint level is defined here
- --> $DIR/unknown-renamed-lints.rs:1:9
- |
-LL | #![deny(unknown_lints)]
- | ^^^^^^^^^^^^^
-
-error: unknown lint: `rustdoc::x`
- --> $DIR/unknown-renamed-lints.rs:7:9
- |
-LL | #![deny(rustdoc::x)]
- | ^^^^^^^^^^ help: did you mean: `rustdoc::all`
-
-error: lint `intra_doc_link_resolution_failure` has been renamed to `rustdoc::broken_intra_doc_links`
- --> $DIR/unknown-renamed-lints.rs:9:9
- |
-LL | #![deny(intra_doc_link_resolution_failure)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
- |
-note: the lint level is defined here
- --> $DIR/unknown-renamed-lints.rs:3:9
- |
-LL | #![deny(renamed_and_removed_lints)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: lint `non_autolinks` has been renamed to `rustdoc::bare_urls`
- --> $DIR/unknown-renamed-lints.rs:11:9
- |
-LL | #![deny(non_autolinks)]
- | ^^^^^^^^^^^^^ help: use the new name: `rustdoc::bare_urls`
-
-error: lint `rustdoc::non_autolinks` has been renamed to `rustdoc::bare_urls`
- --> $DIR/unknown-renamed-lints.rs:13:9
- |
-LL | #![deny(rustdoc::non_autolinks)]
- | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::bare_urls`
-
-error: lint `private_doc_tests` has been renamed to `rustdoc::private_doc_tests`
- --> $DIR/unknown-renamed-lints.rs:16:9
- |
-LL | #![deny(private_doc_tests)]
- | ^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::private_doc_tests`
-
-error: lint `rustdoc` has been removed: use `rustdoc::all` instead
- --> $DIR/unknown-renamed-lints.rs:19:9
- |
-LL | #![deny(rustdoc)]
- | ^^^^^^^
-
-error: unknown lint: `rustdoc::intra_doc_link_resolution_failure`
- --> $DIR/unknown-renamed-lints.rs:23:9
- |
-LL | #![deny(rustdoc::intra_doc_link_resolution_failure)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: Compilation failed, aborting rustdoc
-
-error: aborting due to 9 previous errors
-